-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
14 lines (13 loc) · 605 Bytes
/
Copy path.env.example
File metadata and controls
14 lines (13 loc) · 605 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Placeholder environment variables for local documentation/examples.
# Copy to .env and replace with real values before running database-backed samples.
# Cargo parallelism (recommended on ~16 GB Windows dev machines).
# Lower if builds still exhaust RAM; raise if you have headroom.
CARGO_BUILD_JOBS=2
# CARGO_BUILD_JOBS=1
# CARGO_BUILD_JOBS=4
DATABASE_URL=postgres://postgres:postgres@localhost:5432/rustapi_dev
REDIS_URL=redis://127.0.0.1:6379
OAUTH_CLIENT_ID=replace-me
OAUTH_CLIENT_SECRET=replace-me
OAUTH_REDIRECT_URI=http://127.0.0.1:3000/auth/callback
OIDC_ISSUER_URL=https://accounts.google.com