1
0
forked from finn/site
site/dotenv

28 lines
626 B
Plaintext
Raw Permalink Normal View History

# Example .env file
DOTENV_MYSQL_ROOT_PASSWORD_OLD=rootp
DOTENV_MYSQL_ROOT_PASSWORD=rootp
2024-07-07 00:06:07 +00:00
2024-07-07 02:15:57 +00:00
DOTENV_MYSQL_GITEA_PASSWORD=giteap
2024-07-07 00:06:07 +00:00
DOTENV_MYSQL_FLASK_PASSWORD=flaskp
2024-08-05 08:36:10 +00:00
GITEA_MAIL_FROM="git@changeme"
2024-07-07 00:06:07 +00:00
# Build ARG GPG_PP. May still need to be empty to avoid breakage.
BUILD_GPG_PP=
# Backend:
2024-08-05 08:36:10 +00:00
FLASK_SECRET_KEY="changeme"
# Inconsequential token: minimal inconvenience if exposed
2024-08-05 08:36:10 +00:00
FLASK_TOKEN_I=dti
# Consequential token: protect
2024-08-05 08:36:10 +00:00
FLASK_TOKEN_C=dtc
2024-08-04 11:39:49 +00:00
2024-08-05 08:36:10 +00:00
FLASK_MAIL_FROM="git@changeme"
# admin email must be valid send from with mail subsystem
FLASK_ADMIN_EMAIL="git@changeme"
FLASK_JWT_PHRASE="jwtphrase"
FLASK_REAL_HOSTNAME="localhost"