{ "weburl": "https://yourapp.com", "address": "localhost", "port": 8080, "apiprefix": "/api/v1", "databasedriver": "sqlite", "databasefile": "./openaccounting.db", "storage": { "backend": "local", "local": { "root_dir": "./uploads", "base_url": "https://yourapp.com/files", "signing_key": "your-secret-jwt-signing-key-change-this-in-production" } } }