Move config to abra.sh, add SECRET to secrets

Ref coop-cloud/abra#43
This commit is contained in:
3wc 2021-02-08 15:25:29 +02:00
parent 9b6f24e2da
commit c5a2de6aec
2 changed files with 2 additions and 3 deletions

View File

@ -19,9 +19,7 @@ GITEA_MAILER_USER=noreply@autonomic.zone
GITEA_SSH_PORT=2222
APP_INI_VERSION=v2
SECERT_INTERNAL_TOKEN_VERSION=v1 # length=105
SECRET_INTERNAL_TOKEN_VERSION=v1 # length=105
SECRET_DB_PASSWORD_VERSION=v1
SECRET_DB_ROOT_PASSWORD_VERSION=v1
SECRET_JWT_SECRET_VERSION=v1 # length=43

1
abra.sh Normal file
View File

@ -0,0 +1 @@
export APP_INI_VERSION=v2