post c10 cleanup
This commit is contained in:
15
dotenv
15
dotenv
@ -5,7 +5,7 @@ DOTENV_MYSQL_ROOT_PASSWORD=rootp
|
||||
DOTENV_MYSQL_GITEA_PASSWORD=giteap
|
||||
DOTENV_MYSQL_FLASK_PASSWORD=flaskp
|
||||
|
||||
GITEA_MAIL_FROM=gitea@gitea.changeme
|
||||
GITEA_MAIL_FROM="git@changeme"
|
||||
|
||||
# Build ARG GPG_PP. May still need to be empty to avoid breakage.
|
||||
BUILD_GPG_PP=
|
||||
@ -13,12 +13,15 @@ BUILD_GPG_PP=
|
||||
|
||||
# Backend:
|
||||
|
||||
FLASK_SECRET_KEY="changeme"
|
||||
# Inconsequential token: minimal inconvenience if exposed
|
||||
DOTENV_TOKEN_I=dti
|
||||
FLASK_TOKEN_I=dti
|
||||
|
||||
# Consequential token: protect
|
||||
DOTENV_TOKEN_C=dtc
|
||||
|
||||
# Destination address for handler mailer
|
||||
ADMIN_EMAIL="email@email.changeme"
|
||||
FLASK_TOKEN_C=dtc
|
||||
|
||||
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"
|
||||
|
Reference in New Issue
Block a user