Shelf/database.json
2022-05-24 21:09:28 +02:00

16 lines
330 B
JSON

{
"dev": {
"driver": "pg",
"host": "127.0.0.1",
"database": "shelf",
"user": "postgres",
"password": "postgres"
},
"test": {
"driver": "pg",
"host": "127.0.0.1",
"database": "shelf_test",
"user": "postgres",
"password": "postgres"
}
}