Final quote fixes
This commit is contained in:
parent
9cc54967c1
commit
5776fa5a22
@ -104,9 +104,9 @@
|
|||||||
DB_NAME: "gitea"
|
DB_NAME: "gitea"
|
||||||
DB_USER: "mariadb" # https://github.com/dokku/dokku-mariadb/issues/89
|
DB_USER: "mariadb" # https://github.com/dokku/dokku-mariadb/issues/89
|
||||||
DB_PASSWD: "{{ db_passwd }}"
|
DB_PASSWD: "{{ db_passwd }}"
|
||||||
DISABLE_REGISTRATION: true
|
DISABLE_REGISTRATION: "true"
|
||||||
DOMAIN: "git.autonomic.zone"
|
DOMAIN: "git.autonomic.zone"
|
||||||
INSTALL_LOCK: true
|
INSTALL_LOCK: "true"
|
||||||
RUN_MODE: "prod"
|
RUN_MODE: "prod"
|
||||||
USER_GID: "{{ gitea_user_guid }}"
|
USER_GID: "{{ gitea_user_guid }}"
|
||||||
USER_UID: "{{ gitea_user_uid }}"
|
USER_UID: "{{ gitea_user_uid }}"
|
||||||
|
Reference in New Issue
Block a user