sphinx-relay/testing/cluster/dave-db.json
2021-07-21 22:32:01 -05:00

13 lines
312 B
JSON

{
"development": {
"dialect": "postgres",
"host": "localhost",
"username": "postgres",
"password": "sphinx",
"database": "postgres",
"sslmode": "disable",
"dialectOptions": {
"connectionString": "postgres://postgres:sphinx@localhost:5432/postgres?sslmode=disable"
}
}
}