mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update iiab-make-kiwix-lib.py
This commit is contained in:
parent
52d1757c35
commit
67f1592817
1 changed files with 4 additions and 4 deletions
|
@ -29,13 +29,13 @@ if not IIAB_PATH in sys.path:
|
||||||
from iiab_env import get_iiab_env
|
from iiab_env import get_iiab_env
|
||||||
|
|
||||||
# Config Files
|
# Config Files
|
||||||
# iiab_config_file should be in /etc/iiab/iiab.env
|
# iiab_ini_file should be in /etc/iiab/iiab.env
|
||||||
iiab_config_file = "{{ iiab_config_file }}" # nominally /etc/iiab/iiab.ini
|
iiab_ini_file = "{{ iiab_ini_file }}" # nominally /etc/iiab/iiab.ini
|
||||||
# iiab_config_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:
|
||||||
iiab_config_file = IIAB_INI
|
iiab_ini_file = IIAB_INI
|
||||||
|
|
||||||
# Variables that should be read from config file
|
# Variables that should be read from config file
|
||||||
# All of these variables will be read from config files and recomputed in init()
|
# All of these variables will be read from config files and recomputed in init()
|
||||||
|
|
Loading…
Reference in a new issue