Add endpoint for paying an invoice so that users don't get expired qr codes
This commit is contained in:
@@ -3,6 +3,7 @@ SERVER_HOST=127.0.0.1
|
||||
SERVER_PORT=2892
|
||||
SERVER_ALLOW_ORIGINS= # Optional comma-separated allowed CORS origins; empty = permissive
|
||||
SERVER_ADMIN_PUBKEYS= # Comma-separated hex pubkeys with admin access
|
||||
APP_URL=http://127.0.0.1:5173 # Public base URL of the frontend, used for links in billing DMs
|
||||
|
||||
# Database
|
||||
DATABASE_URL=sqlite://data/caravel.db
|
||||
|
||||
Reference in New Issue
Block a user