Better config loading

This commit is contained in:
Luke Murphy
2020-03-22 17:53:12 +01:00
parent 6d2feaf079
commit bd7025831d
3 changed files with 15 additions and 2 deletions

View File

@ -83,6 +83,7 @@
app: gitea
restart: false
config:
APP_NAME: "{{ autonomic_app_name }}"
ADMIN_MAIL: "{{ autonomic_admin_mail }}"
ADMIN_PASS: "{{ autonomic_admin_pass }}"
ADMIN_USER: "{{ autonomic_admin_user }}"
@ -95,6 +96,8 @@
DOKKU_LETSENCRYPT_EMAIL: "{{ autonomic_admin_mail }}"
DOMAIN: "git.autonomic.zone"
INSTALL_LOCK: "true"
JWT_SECRET: "{{ jwt_secret }}"
RUN_MODE: "prod"
SECRET_KEY: "{{ secret_key}}"
USER_GID: "{{ gitea_user_guid }}"
USER_UID: "{{ gitea_user_uid }}"

View File

@ -1,3 +1,4 @@
---
autonomic_app_name: "Gitea: Git with solidaritea"
autonomic_admin_mail: helo@autonomic.zone
autonomic_admin_user: autonomic