-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
34 lines (28 loc) · 1.13 KB
/
.env.example
File metadata and controls
34 lines (28 loc) · 1.13 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
28
29
30
31
32
33
34
# Server
PORT=7000
NODE_ENV=development
APP_URL=http://localhost:4200
# JWT (must be at least 32 characters)
JWT_ACCESS_SECRET=your-secret-key-here-must-be-at-least-32-chars-long
JWT_REFRESH_SECRET=your-refresh-secret-here-must-be-at-least-32-chars
# GitHub OAuth (optional)
GITHUB_CLIENT_ID=your-github-oauth-app-client-id
GITHUB_CLIENT_SECRET=your-github-oauth-app-client-secret
# Postgate (SQL proxy to PostgreSQL)
POSTGATE_URL=http://localhost:6080
POSTGATE_TOKEN=pg_your-token-here
# AI (optional)
MISTRAL_API_KEY=your-mistral-api-key
ANTHROPIC_API_KEY=your-anthropic-api-key
# Shared Storage (S3-compatible object storage)
SHARED_STORAGE_BUCKET=your-shared-storage-bucket-name
SHARED_STORAGE_ENDPOINT=https://your-shared-storage-endpoint
SHARED_STORAGE_ACCESS_KEY_ID=your-shared-storage-access-key-id
SHARED_STORAGE_SECRET_ACCESS_KEY=your-shared-storage-secret-access-key
SHARED_STORAGE_PUBLIC_URL=https://your-shared-storage-public-url
# Email (optional - for password auth emails)
EMAIL_PROVIDER=scaleway
EMAIL_FROM=noreply@openworkers.dev
SCW_SECRET_KEY=your-scaleway-secret-key
SCW_PROJECT_ID=your-scaleway-project-id
SCW_REGION=fr-par