Files
journaley/.env.example
T
2026-06-04 18:47:17 +02:00

10 lines
322 B
Bash

# Public Convex deployment URL used by the browser and SvelteKit server.
PUBLIC_CONVEX_URL=https://your-production-deployment.convex.cloud
# Public Convex site URL used by Convex Auth.
PUBLIC_CONVEX_SITE_URL=https://your-production-deployment.convex.site
# Optional Node adapter runtime settings.
HOST=0.0.0.0
PORT=3000