Files
redoctober/config/testdata/config.json
Kyle Isom 79eda1eea1 Switch to string fields for key and certificate paths. (#154)
This simplifies our deployment process, allowing us to use existing
configuration management tools designed for templating command-line
parameters to template the config files in a straightforward manner.
2016-07-14 09:42:32 -07:00

9 lines
161 B
JSON

{
"server": {
"address": "localhost:8080",
"private_keys": "testdata/server.key",
"certificates": "testdata/server.pem"
}
}