mirror of
https://github.com/stakwork/sphinx-relay.git
synced 2026-08-20 13:28:19 +02:00
13 lines
312 B
JSON
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"
|
|
}
|
|
}
|
|
}
|