MirrorAPI/config/database/postgres.json
2025-10-29 15:22:00 -03:00

14 lines
No EOL
230 B
JSON

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