forked from github-starred/komodo
move config files to dedicated folder
This commit is contained in:
1
config/core.env.example
Normal file
1
config/core.env.example
Normal file
@@ -0,0 +1 @@
|
||||
CONFIG_PATH=..config/core.config.example.toml # optional, default is /config/config.toml. this is usually bind mounted into the container
|
||||
1
config/periphery.env.example
Normal file
1
config/periphery.env.example
Normal file
@@ -0,0 +1 @@
|
||||
CONFIG_PATH=../config/periphery.config.example.toml # optional, default is /config/config.toml. this is usually bind mounted into the container
|
||||
@@ -1 +0,0 @@
|
||||
CONFIG_PATH=./config.example.toml # optional, default is /config/config.toml. this is usually bind mounted into the periphery container
|
||||
Reference in New Issue
Block a user