mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
10 lines
351 B
JSON
10 lines
351 B
JSON
{
|
|
"addr": "0.0.0.0:443",
|
|
"https-cert-file": "/etc/letsencrypt/live/<...>/fullchain.pem",
|
|
"https-key-file": "/etc/letsencrypt/live/<...>/privkey.pem",
|
|
"db-driver": "mysql",
|
|
"db": "clustercockpit:password@/cc_backend",
|
|
"user": "clustercockpit",
|
|
"group": "clustercockpit"
|
|
}
|