Files
nick-sde-value-driver-website/.env.example

14 lines
540 B
Plaintext

# Copy this file to ".env" and fill in real values. Never commit the real .env.
# --- Database ---
# When running the app OUTSIDE Docker (npm run dev), point this at your Postgres.
# When running via docker-compose, this is set for you in docker-compose.yml.
DATABASE_URL=postgres://sde:sde_password@localhost:5432/sde_toolkit
# --- Server ---
PORT=3000
# Public URL the app is served from. The Node server uses this to validate the
# origin of form/POST requests. Set it to the address people actually use.
ORIGIN=http://localhost:3000