mirror of
https://github.com/nlohmann/json.git
synced 2026-08-29 04:17:32 +00:00
Add serve_header.py for rapid testing on Compiler Explorer (#3456)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user