Files
redoctober/config/testdata/config.json
T

13 lines
209 B
JSON

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