This repository has been archived on 2024-12-18. You can view files and clone it, but cannot push or open issues or pull requests.
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"
}