mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Put in double quotes
Co-Authored-By: aidan-fitz <aidan-fitz@users.noreply.github.com>
This commit is contained in:
parent
791dc952d4
commit
0b31c608c3
1 changed files with 1 additions and 1 deletions
|
@ -18,5 +18,5 @@ lokole_domain_socket: "{{ lokole_run_directory }}/lokole_gunicorn.sock"
|
|||
|
||||
# Global variables provided by setup-lokole.sh L157-166
|
||||
# https://github.com/ascoderu/opwen-webapp/blob/master/setup/setup-lokole.sh#L157
|
||||
opwen_server_locale: '{{ default_language }}'
|
||||
opwen_server_locale: "{{ default_language }}"
|
||||
opwen_server_timezone: '{{ local_tz }}'
|
||||
|
|
Loading…
Reference in a new issue