-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy path.env.example
More file actions
21 lines (18 loc) · 910 Bytes
/
Copy path.env.example
File metadata and controls
21 lines (18 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Optional local overrides. Copy this file to .env.local, not .env.schema.
# Local defaults and configuration documentation live in .env.schema.
# Existing .env files still load; exported variables take precedence over files.
# For a second local stack, override ports and the corresponding URLs together:
# COMPOSE_PROJECT_NAME=triggerdotdev-docker-alt
# CONTAINER_PREFIX=alt-
# POSTGRES_HOST_PORT=15432
# DATABASE_URL=postgresql://postgres:postgres@localhost:15432/postgres?schema=public
# DIRECT_URL=${DATABASE_URL}
# REMIX_APP_PORT=13030
# APP_ORIGIN=http://localhost:13030
# LOGIN_ORIGIN=http://localhost:13030
# Only when using the optional runops Compose profile:
# RUN_OPS_DATABASE_URL=postgresql://postgres:postgres@localhost:5434/postgres?schema=public
# Add credentials for optional integrations here, never in .env.schema.
# AUTH_GITHUB_CLIENT_ID=
# AUTH_GITHUB_CLIENT_SECRET=
# RESEND_API_KEY=