Final quote fixes

This commit is contained in:
Luke Murphy 2020-03-22 12:20:17 +01:00
parent 9cc54967c1
commit 5776fa5a22
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

View File

@ -104,9 +104,9 @@
DB_NAME: "gitea"
DB_USER: "mariadb" # https://github.com/dokku/dokku-mariadb/issues/89
DB_PASSWD: "{{ db_passwd }}"
DISABLE_REGISTRATION: true
DISABLE_REGISTRATION: "true"
DOMAIN: "git.autonomic.zone"
INSTALL_LOCK: true
INSTALL_LOCK: "true"
RUN_MODE: "prod"
USER_GID: "{{ gitea_user_guid }}"
USER_UID: "{{ gitea_user_uid }}"