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

12 lines
226 B
JSON

{
"development": {
"dialect": "sqlite",
"storage": "/Users/Shared/sphinx-proxy.db"
},
"postgres": {
"dialect": "postgres",
"dialectOptions": {
"connectionString": "postgres://localhost"
}
}
}