site/dotenv

31 lines
643 B
Plaintext
Raw 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-08 09:57:33 +00:00
GITEA_MAIL_FROM="git@e.e"
2024-07-07 00:06:07 +00:00
# Build ARG GPG_PP. May still need to be empty to avoid breakage.
BUILD_GPG_PP=
2024-08-08 09:57:33 +00:00
# Tor:
# true/false
USE_TOR=false
# Backend:
2024-08-08 09:57:33 +00:00
FLASK_SECRET_KEY="flaskkey"
# 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-08 09:57:33 +00:00
FLASK_MAIL_FROM="git@e.e"
2024-08-05 08:36:10 +00:00
# admin email must be valid send from with mail subsystem
2024-08-08 09:57:33 +00:00
FLASK_ADMIN_EMAIL="git@e.e"
FLASK_JWT_PHRASE="tphrase"
2024-08-05 08:36:10 +00:00
FLASK_REAL_HOSTNAME="localhost"