Renamed services

Made configs and scripts consistent
This commit is contained in:
2022-06-17 02:00:37 +01:00
parent 225ef71518
commit 6028ac2d3c
4 changed files with 28 additions and 7 deletions

View File

@ -5,7 +5,7 @@ SECRET_KEY= # Long, secure, secret string.
DATA=./data/
## Flask Mail Configuration
MAIL_SERVER=ref_test_postfix # Must match name of the Docker service
MAIL_SERVER=postfix # Must match name of the Docker service
MAIL_PORT=25
MAIL_USE_TLS=False
MAIL_USE_SSL=False