# Copy to .env (dev) or set these in the systemd unit (prod). # PostgreSQL connection (production). Format: # postgresql+psycopg://USER:PASSWORD@HOST:5432/DBNAME DATABASE_URL=postgresql+psycopg://wpsuite:CHANGE_ME@localhost:5432/wpsuite # If DATABASE_URL is omitted entirely, the API falls back to a local SQLite # file (sqlite:///./wpsuite.db) — handy for trying it out without Postgres. # Only needed for CROSS-ORIGIN local development (comma-separated). In # production the site is same-origin via NGINX, so leave this unset. # CORS_ORIGINS=http://localhost:5500