summaryrefslogtreecommitdiff
path: root/json4cpp/tools/serve_header/serve_header.yml.example
blob: 42310910ed708968fe24ce992fda9156f0ec3a28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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