Files
redoctober/config/testdata/config.json
2016-06-29 10:22:53 -07:00

13 lines
209 B
JSON

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