-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.example
More file actions
33 lines (25 loc) · 712 Bytes
/
Copy path.env.example
File metadata and controls
33 lines (25 loc) · 712 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
REDIS_URL="redis://localhost"
DATABASE_URL="postgresql://postgres:password@localhost:5432/mcjars"
DATABASE_REFRESH=true
DATABASE_MIGRATE=true
PORT=8000
GITHUB_CLIENT_ID=""
GITHUB_CLIENT_SECRET=""
S3_URL="https://s3.mcjars.app"
S3_PATH_STYLE=true
S3_ENDPOINT="https://xxxxxxxxxxxxxxxxxxx.r2.cloudflarestorage.com"
S3_REGION="WEUR"
S3_BUCKET=""
S3_ACCESS_KEY=""
S3_SECRET_KEY=""
CLICKHOUSE_REFRESH=true
CLICKHOUSE_URL="http://localhost:8123"
CLICKHOUSE_DATABASE="mcjars_analytics"
CLICKHOUSE_USERNAME="default"
CLICKHOUSE_PASSWORD=""
APP_URL="http://localhost:8000"
APP_FRONTEND_URL="https://mcjars.app"
APP_COOKIE_DOMAIN=".mcjars.app"
SERVER_NAME="testing"
NODE_URL="http://localhost:8000"
NODE_SECRET=""