mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-22 04:43:00 +00:00
dir structure
This commit is contained in:
parent
1fda26ef4f
commit
79ecca2322
4 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ KIWI_CONF_NAME = os.getenv('KIWI_CONF_NAME', "kiwi.yml")
|
||||||
# FILE NAMES
|
# FILE NAMES
|
||||||
|
|
||||||
# text files inside kiwi-config "src" directory
|
# text files inside kiwi-config "src" directory
|
||||||
HEADER_KIWI_CONF_NAME = f"{KIWI_ROOT}/kiwi_header.yml"
|
HEADER_KIWI_CONF_NAME = f"{KIWI_ROOT}/etc/kiwi_header.yml"
|
||||||
DEFAULT_KIWI_CONF_NAME = f"{KIWI_ROOT}/kiwi_default.yml"
|
DEFAULT_KIWI_CONF_NAME = f"{KIWI_ROOT}/etc/kiwi_default.yml"
|
||||||
VERSION_TAG_NAME = f"{KIWI_ROOT}/version-tag"
|
VERSION_TAG_NAME = f"{KIWI_ROOT}/etc/version_tag"
|
||||||
|
|
||||||
# special config directory in projects
|
# special config directory in projects
|
||||||
CONF_DIRECTORY_NAME = 'conf'
|
CONF_DIRECTORY_NAME = 'conf'
|
||||||
|
|
Loading…
Reference in a new issue