cc-backend/utils/systemd/config.json

10 lines
351 B
JSON
Raw Normal View History

{
"addr": "0.0.0.0:443",
"https-cert-file": "/etc/letsencrypt/live/<...>/fullchain.pem",
"https-key-file": "/etc/letsencrypt/live/<...>/privkey.pem",
2022-01-27 09:40:59 +01:00
"db-driver": "mysql",
"db": "clustercockpit:password@/cc_backend",
"user": "clustercockpit",
"group": "clustercockpit"
}