svrjs-statistics-server/backend/dbconfig.json
2024-08-06 14:49:57 +02:00

6 lines
118 B
JSON

{
"host" : "localhost",
"user" : "statistics",
"password" : "statistics",
"database" : "statistics"
}