From ca7f92e309744292ce8bd0c2312c63a1c16fa0e6 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Wed, 8 Aug 2018 20:41:01 +0000 Subject: [server/config] Add server configs. Add config with tftp and https details. Use config port > ENV Variables port > default port. --- server/config/config.template.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 server/config/config.template.json (limited to 'server/config') diff --git a/server/config/config.template.json b/server/config/config.template.json new file mode 100644 index 0000000..901454c --- /dev/null +++ b/server/config/config.template.json @@ -0,0 +1,10 @@ +{ + "https": { + "port": "" + }, + "tftp": { + "host": "", + "port": "", + "root": "" + } +} -- cgit v1.2.3-55-g7522