move config files to dedicated folder

This commit is contained in:
beckerinj
2022-11-14 01:05:26 -05:00
parent 809732e7f3
commit 393e202102
6 changed files with 2 additions and 1 deletions

1
config/core.env.example Normal file
View 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

View 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

View File

View File

@@ -1 +0,0 @@
CONFIG_PATH=./config.example.toml # optional, default is /config/config.toml. this is usually bind mounted into the periphery container