diff --git a/core/config.example.toml b/config/core.config.example.toml similarity index 100% rename from core/config.example.toml rename to config/core.config.example.toml diff --git a/config/core.env.example b/config/core.env.example new file mode 100644 index 000000000..9dd13ffc8 --- /dev/null +++ b/config/core.env.example @@ -0,0 +1 @@ +CONFIG_PATH=..config/core.config.example.toml # optional, default is /config/config.toml. this is usually bind mounted into the container \ No newline at end of file diff --git a/periphery/config.example.toml b/config/periphery.config.example.toml similarity index 100% rename from periphery/config.example.toml rename to config/periphery.config.example.toml diff --git a/config/periphery.env.example b/config/periphery.env.example new file mode 100644 index 000000000..88f052c7b --- /dev/null +++ b/config/periphery.env.example @@ -0,0 +1 @@ +CONFIG_PATH=../config/periphery.config.example.toml # optional, default is /config/config.toml. this is usually bind mounted into the container \ No newline at end of file diff --git a/core/.env.example b/core/.env.example deleted file mode 100644 index e69de29bb..000000000 diff --git a/periphery/.env.example b/periphery/.env.example deleted file mode 100644 index a7dd9b610..000000000 --- a/periphery/.env.example +++ /dev/null @@ -1 +0,0 @@ -CONFIG_PATH=./config.example.toml # optional, default is /config/config.toml. this is usually bind mounted into the periphery container \ No newline at end of file