You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
331 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"
}
}