mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-22 12:53:00 +00:00
5 lines
108 B
Python
5 lines
108 B
Python
|
import os
|
||
|
|
||
|
KIWI_ROOT = os.getenv('KIWI_ROOT', ".")
|
||
|
KIWI_CONF_NAME = os.getenv('KIWI_CONF_NAME', "kiwi.yml")
|