forked from wundergraph/cosmo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
60 lines (48 loc) · 1.29 KB
/
.env.example
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# General
DB_URL="postgresql://postgres:changeme@localhost:5432/controlplane"
PORT=3001
ALLOWED_ORIGINS="http://localhost:3000"
LOG_LEVEL="info"
DEBUG_SQL="true"
WEB_BASE_URL="http://localhost:3000"
# CDN
CDN_BASE_URL="http://localhost:11000"
AUTH_ADMISSION_JWT_SECRET="uXDxJLEvrw4aafPfrf3rRotCoBzRfPEW"
# Clickhouse
CLICKHOUSE_DSN="http://default:changeme@localhost:8123?database=cosmo"
CLICKHOUSE_MIGRATION_DSN="clickhouse://default:changeme@localhost:9000?database=cosmo"
# Security
AUTH_JWT_SECRET="fkczyomvdprgvtmvkuhvprxuggkbgwld"
# Keycloak
KC_REALM="cosmo"
KC_CLIENT_ID="studio"
KC_ADMIN_USER="admin"
KC_ADMIN_PASSWORD="changeme"
KC_API_URL="http://localhost:8080"
KC_FRONTEND_URL="http://localhost:8080"
AUTH_REDIRECT_URI="http://localhost:3001/v1/auth/callback"
# Webhook
WEBHOOK_URL=
WEBHOOK_SECRET=
# S3
S3_STORAGE_URL="http://minio:changeme@localhost:10000/cosmo"
# Optional for Stripe Integration
DEFAULT_PLAN="developer@1"
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=
# Optional for GitHub Integration
GITHUB_APP_CLIENT_ID=
GITHUB_APP_CLIENT_SECRET=
GITHUB_APP_ID=
GITHUB_APP_PRIVATE_KEY=
GITHUB_APP_WEBHOOK_SECRET=
# OPENAI
OPENAI_API_KEY=""
# Redis
REDIS_PASSWORD="test"
# Optional for Slack Integration
SLACK_APP_CLIENT_ID=
SLACK_APP_CLIENT_SECRET=
# Optional for SMTP
SMTP_USERNAME=
SMTP_PASSWORD=