mirror of
https://github.com/stakwork/sphinx-relay.git
synced 2026-08-13 12:33:24 +02:00
12 lines
226 B
JSON
12 lines
226 B
JSON
{
|
|
"development": {
|
|
"dialect": "sqlite",
|
|
"storage": "/Users/Shared/sphinx-proxy.db"
|
|
},
|
|
"postgres": {
|
|
"dialect": "postgres",
|
|
"dialectOptions": {
|
|
"connectionString": "postgres://localhost"
|
|
}
|
|
}
|
|
}
|