diff options
author | emkael <emkael@tlen.pl> | 2020-10-08 23:58:30 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-10-08 23:58:30 +0200 |
commit | 9a0ca4d1075f879b812cd8a1b55ab3a2c8e07c40 (patch) | |
tree | c3d885017b3e35aea1583c7ac2d5b6f4095f924c /config.template/goniec.json | |
parent | 22d81d669191f669edd609d94859a8e480fa5b00 (diff) |
Multiple configs handling rewritten to use envsubst
Diffstat (limited to 'config.template/goniec.json')
-rw-r--r-- | config.template/goniec.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.template/goniec.json b/config.template/goniec.json new file mode 100644 index 0000000..3b9c1bd --- /dev/null +++ b/config.template/goniec.json @@ -0,0 +1,5 @@ +{ + "enabled": 0, + "host": "localhost", + "port": 8090 +} |