diff --git a/config/config.json b/config/config.json index 0a2a9e890..ba232b8fb 100644 --- a/config/config.json +++ b/config/config.json @@ -13,6 +13,6 @@ }, "production": { "dialect": "sqlite", - "storage": "./.lnd/sphinx.db" + "storage": "/home/ubuntu/sphinx.db" } }