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.
Shelf/database.json

16 lines
339 B
JSON

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