19 lines
325 B
JSON
19 lines
325 B
JSON
{
|
|
"dev": {
|
|
"driver": "pg",
|
|
"host": "localhost",
|
|
"port": 5432,
|
|
"database": "authentication",
|
|
"user": "admin",
|
|
"password": "admin"
|
|
},
|
|
"test": {
|
|
"driver": "pg",
|
|
"host": "localhost",
|
|
"port": 5432,
|
|
"database": "authentication_test",
|
|
"user": "admin",
|
|
"password": "admin"
|
|
}
|
|
}
|