-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
40 lines (33 loc) · 909 Bytes
/
.env.example
File metadata and controls
40 lines (33 loc) · 909 Bytes
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
IS_DOCKER=true
PUBLIC_URL=http://localhost:3001
BETTER_AUTH_URL=http://localhost:3000
BETTER_AUTH_SECRET=nope
TRAEFIK_CLICKHOUSE_HOST=localhost
TRAEFIK_PY_HOST=localhost
TRAEFIK_ACME_EMAIL=nope
VITE_IS_DOCKER=true
VITE_SERVER_URL=http://localhost:3001
POSTGRES_PASSWORD=nope
DATABASE_URL=postgresql://postgres:nope@db:5432/postgres
DATABASE_DIRECT_URL=postgresql://postgres:nope@db:5432/postgres
CLICKHOUSE_URL=http://clickhouse:8123
CLICKHOUSE_USER=nope
CLICKHOUSE_PASSWORD=nope
MINIO_ROOT_USER=nope
MINIO_ROOT_PASSWORD=minioadmin
STORAGE_ACCESS_KEY_ID=nope
STORAGE_SECRET_ACCESS_KEY=minioadmin
STORAGE_ENDPOINT=http://127.0.0.1:9000
STORAGE_BUCKET=nope
GITHUB_CLIENT_ID=nope
GITHUB_CLIENT_SECRET=nope
GOOGLE_CLIENT_ID=nope
GOOGLE_CLIENT_SECRET=nope
APP_HOST=localhost
SMTP_SERVER=nope
SMTP_PORT=nope
SMTP_USERNAME=nope
SMTP_PASSWORD=nope
SMTP_FROM_ADDRESS=nope
SMTP_TO_ADDRESS=nope
W_DOMAIN=localhost