summaryrefslogtreecommitdiffstats
path: root/server/config/config.template.json
diff options
context:
space:
mode:
Diffstat (limited to 'server/config/config.template.json')
-rw-r--r--server/config/config.template.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/config/config.template.json b/server/config/config.template.json
index 75e0c4f..a79376e 100644
--- a/server/config/config.template.json
+++ b/server/config/config.template.json
@@ -1,5 +1,6 @@
{
"https": {
+ "host": "<HOSTNAME>",
"port": "<HTTPS_PORT>"
}
}