WWWShop/config.json

14 lines
256 B
JSON

{
"db": {
"engine": "postgres",
"user": "wwwshop",
"password": "wwwshop",
"host": "localhost",
"port": 5432,
"database": "wwwshop",
"options": {
"sslmode": "disable"
}
}
}