mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-21 20:33:00 +00:00
compose file name constant (for Project class)
This commit is contained in:
parent
c96e2c55d4
commit
baf2119867
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ RE_VARNAME = r"^[A-Za-z](?:[A-Za-z0-9\._-]*[A-Za-z0-9])$"
|
|||
KIWI_ROOT = os.path.dirname(__file__)
|
||||
# default name of kiwi-scp file
|
||||
KIWI_CONF_NAME = os.getenv('KIWI_CONF_NAME', "kiwi.yml")
|
||||
# default name of compose files
|
||||
COMPOSE_FILE_NAME = "docker-compose.yml"
|
||||
|
||||
############
|
||||
# FILE NAMES
|
||||
|
|
Loading…
Reference in a new issue