{ "development": { "dialect": "sqlite", "storage": "./sphinx.db" }, "docker_development": { "dialect": "sqlite", "storage": "./sphinx.db" }, "test": { "dialect": "sqlite", "storage": "/home/ubuntu/sphinx.db" }, "production": { "dialect": "sqlite", "storage": "./.lnd/sphinx.db" } }