Use new style secret naming

This commit is contained in:
Luke Murphy
2021-02-14 16:00:35 +01:00
parent bd5ea14e85
commit 04677bed91
3 changed files with 20 additions and 20 deletions

View File

@ -7,6 +7,6 @@ LETS_ENCRYPT_ENV=production
ADMIN_USERNAME=admin
DB_ROOT_PASSWORD_VERSION=v1
DB_PASSWORD_VERSION=v1
ADMIN_PASSWORD_VERSION=v1
SECRET_DB_ROOT_PASSWORD_VERSION=v1
SECRET_DB_PASSWORD_VERSION=v1
SECRET_ADMIN_PASSWORD_VERSION=v1