mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
comment out after testing
This commit is contained in:
parent
88c952bdda
commit
daca23d3d8
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ from iiab_env import get_iiab_env
|
||||||
# Config Files
|
# Config Files
|
||||||
# iiab_ini_file should be in {{ iiab_env_file }} (/etc/iiab/iiab.env) ?
|
# iiab_ini_file should be in {{ iiab_env_file }} (/etc/iiab/iiab.env) ?
|
||||||
iiab_ini_file = "{{ iiab_ini_file }}" # nominally /etc/iiab/iiab.ini
|
iiab_ini_file = "{{ iiab_ini_file }}" # nominally /etc/iiab/iiab.ini
|
||||||
iiab_ini_file = "/etc/iiab/iiab.ini" # comment out after testing
|
#iiab_ini_file = "/etc/iiab/iiab.ini" # comment out after testing
|
||||||
|
|
||||||
IIAB_INI = get_iiab_env('IIAB_INI') # future
|
IIAB_INI = get_iiab_env('IIAB_INI') # future
|
||||||
if IIAB_INI:
|
if IIAB_INI:
|
||||||
|
|
Loading…
Reference in a new issue