summaryrefslogtreecommitdiffstats
path: root/server/config
diff options
context:
space:
mode:
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>"
+ }
+}