MirrorAPI/config/database/postgres.json

14 lines
No EOL
221 B
JSON

{
"host": "localhost",
"port": 5432,
"name": "mirror",
"user": "postgres",
"password": "root",
"charset": "UTF8",
"pool": {
"pre_ping": true,
"size": 5,
"max_overflow": 10
},
"debug": false
}