site/dotenv

25 lines
500 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-04 11:39:49 +00:00
GITEA_MAIL_FROM=gitea@gitea.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:
# Inconsequential token: minimal inconvenience if exposed
DOTENV_TOKEN_I=dti
# Consequential token: protect
DOTENV_TOKEN_C=dtc
2024-08-04 11:39:49 +00:00
# Destination address for handler mailer
ADMIN_EMAIL="email@email.changeme"