mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-31 08:36:06 +02:00
Add new tables and columns for notifications, influxdb configurations, realtime logs, LVM configuration, and machine configuration
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"addr": "127.0.0.1:8080",
|
||||
"db-driver": "mysql",
|
||||
|
||||
"db" : "root:my-secret-pw@(127.0.0.1:3306)/cockpit",
|
||||
"embed-static-files": false,
|
||||
"static-files": "./web/frontend/public/",
|
||||
"db" : "root:my-secret-pw@(127.0.0.1:3306)/clustercockpit",
|
||||
"archive": {
|
||||
"kind": "file",
|
||||
"path": "./var/job-archive"
|
||||
|
Reference in New Issue
Block a user