mirror of
https://github.com/cloudflare/redoctober.git
synced 2026-01-08 15:21:50 +00:00
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.
9 lines
161 B
JSON
9 lines
161 B
JSON
{
|
|
"server": {
|
|
"address": "localhost:8080",
|
|
"private_keys": "testdata/server.key",
|
|
"certificates": "testdata/server.pem"
|
|
}
|
|
}
|
|
|