summaryrefslogtreecommitdiff
path: root/json4cpp/tools/serve_header/serve_header.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'json4cpp/tools/serve_header/serve_header.yml.example')
-rw-r--r--json4cpp/tools/serve_header/serve_header.yml.example15
1 files changed, 15 insertions, 0 deletions
diff --git a/json4cpp/tools/serve_header/serve_header.yml.example b/json4cpp/tools/serve_header/serve_header.yml.example
new file mode 100644
index 0000000000..42310910ed
--- /dev/null
+++ b/json4cpp/tools/serve_header/serve_header.yml.example
@@ -0,0 +1,15 @@
+# all paths are relative to the project root
+
+# the root directory for the web server
+# root: .
+
+# configure SSL
+# https:
+# enabled: true
+# these filenames are listed in .gitignore
+# cert_file: localhost.pem
+# key_file: localhost-key.pem
+
+# address and port for the server to listen on
+# bind: null
+# port: 8443