summaryrefslogtreecommitdiffstats
path: root/server/config
diff options
context:
space:
mode:
authorJannik Schönartz2018-08-08 22:41:01 +0200
committerJannik Schönartz2018-08-08 22:41:01 +0200
commitca7f92e309744292ce8bd0c2312c63a1c16fa0e6 (patch)
tree5496bf5c313e444a2054ab96ad32becf2cf3fd44 /server/config
parent[server/database] Delete old database lib (diff)
downloadbas-ca7f92e309744292ce8bd0c2312c63a1c16fa0e6.tar.gz
bas-ca7f92e309744292ce8bd0c2312c63a1c16fa0e6.tar.xz
bas-ca7f92e309744292ce8bd0c2312c63a1c16fa0e6.zip
[server/config] Add server configs.
Add config with tftp and https details. Use config port > ENV Variables port > default port.
Diffstat (limited to 'server/config')
-rw-r--r--server/config/config.template.json10
1 files changed, 10 insertions, 0 deletions
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": "<HTTPS_PORT>"
+ },
+ "tftp": {
+ "host": "<TFTP_HOST>",
+ "port": "<TFTP_PORT>",
+ "root": "<TFTP_ROOTPATH>"
+ }
+}