6 lines
162 B
Plaintext
6 lines
162 B
Plaintext
|
|
# Secrets which are encrypted using git-crypt before being sent to git-crypt
|
||
|
|
FLASK_SECRET_KEY=""
|
||
|
|
POSTGRES_USER=""
|
||
|
|
POSTGRES_PASSWD=""
|
||
|
|
REDIS_USER=""
|
||
|
|
REDIS_PASSWD=""
|