Use SECRET_{PASSWD/KEY} naming convention

See coop-cloud/abra#32 (comment).
This commit is contained in:
Luke Murphy 2020-11-01 20:47:03 +01:00
parent 752ef1b306
commit 8ef0a400f8
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 4 deletions

View File

@ -37,10 +37,10 @@ export SMTP_USER_NAME=foodsoft
export SMTP_SERVER_PORT=2525
export SMTP_SERVER_HOST=mail.autonomic.zone
export DB_PASSWD_VERSION=v1
export DB_ROOT_PASSWD_VERSION=v1
export SHARED_LISTS_DB_PASSWD_VERSION=v1
export SMTP_PASSWD_VERSION=v1
export SECRET_DB_PASSWD_VERSION=v1
export SECRET_DB_ROOT_PASSWD_VERSION=v1
export SECRET_SHARED_LISTS_DB_PASSWD_VERSION=v1
export SECRET_SMTP_PASSWD_VERSION=v1
export SECRET_KEY_BASE_VERSION=v1
export APP_CONFIG_VERSION=v1