Use vendored config approach

This commit is contained in:
decentral1se 2021-04-11 20:53:22 +02:00
parent 119e7bfa80
commit da704d956b
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
2 changed files with 2 additions and 3 deletions

View File

@ -23,6 +23,3 @@ SECRET_DJANGO_SECRET_KEY_VERSION=v1
SECRET_HYPERKITTY_API_KEY_VERSION=v1
SECRET_MAILMAIN_REST_PASSWORD_VERSION=v1
SECRET_SMTP_HOST_PASSWORD_VERSION=v1
CORE_ENTRYPOINT_CONF_VERSION=v1
WEB_ENTRYPOINT_CONF_VERSION=v1

2
abra.sh Normal file
View File

@ -0,0 +1,2 @@
export CORE_ENTRYPOINT_CONF_VERSION=v1
export WEB_ENTRYPOINT_CONF_VERSION=v1