asdsad
All checks were successful
Deploy / deploy-staging (push) Successful in 11s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-15 01:27:52 +02:00
parent 56b3493c9e
commit 5a3ebc607c
3 changed files with 165 additions and 22 deletions

View File

@@ -47,11 +47,11 @@
"password": ""
},
"metadata_db_defaults": {
"driver": "pgsql",
"driver": "mysql",
"host": "192.168.178.10",
"port": 5432,
"port": 3306,
"dbname": "",
"schema": "public",
"schema": "",
"user": "",
"password": ""
}