-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (22 loc) · 1.06 KB
/
.env.example
File metadata and controls
27 lines (22 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Shared Runtime Services - Environment Variables
# Copy to .env and fill in values
NODE_ENV=development
PORT=3000
# PostgreSQL
DATABASE_URL=postgres://srs:srs@localhost:5432/srs
# Redis
REDIS_URL=redis://localhost:6379
# Auth — token to projectKey:runtimeEnv mapping
# Format: token1=projectKey1:runtimeEnv1,token2=projectKey2:runtimeEnv2,...
# Each registered project environment needs a token mapping here.
# NOTE: Adding a token here does NOT register the project.
# Projects and per-environment bindings must be registered via seed script or admin-platform.
SERVICE_TOKENS=dev-token-infov=infov:dev,prd-token-infov=infov:prod,dev-token-laicai=laicai:dev,prd-token-laicai=laicai:prod,dev-token-unbound=unbound:dev,dev-token-ghost=ghost:dev
# Object Storage (COS) — canonical runtime contract
# Environment is determined by Infisical environment (dev/prod), not by key name.
# These keys seed project_service_bindings via srs/scripts/seed-projects.ts.
SHARED_COS_BUCKET=
SHARED_COS_REGION=
SHARED_COS_SECRET_ID=
SHARED_COS_SECRET_KEY=
SHARED_COS_DOWNLOAD_DOMAIN=