Add endpoint for paying an invoice so that users don't get expired qr codes
Docker / build-and-push-image (backend, backend, coracle/caravel-backend) (push) Failing after 1s
Docker / build-and-push-image (frontend, frontend, coracle/caravel-frontend) (push) Failing after 0s

This commit is contained in:
Jon Staab
2026-05-25 10:51:19 -07:00
parent 384ddbd439
commit 1f99d0bd34
7 changed files with 96 additions and 32 deletions
+1
View File
@@ -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