Add new tables and columns for notifications, influxdb configurations, realtime logs, LVM configuration, and machine configuration

This commit is contained in:
sanjay7178
2024-02-19 14:21:14 +05:30
parent 71ae60e6c7
commit 0309720c43
4 changed files with 118 additions and 3 deletions

View File

@@ -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"