-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
42 lines (35 loc) · 893 Bytes
/
.env.example
File metadata and controls
42 lines (35 loc) · 893 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
41
42
# Misc
PORT=1234
API_URL=http://api.url
CLIENT_URL=http://client.url
ADMINS=ID1,ID2
# Database
DATABASE_URL=mongodb+srv://<user>:<password>@<cluster>.mongodb.net
DATABASE_NAME=YOURDATABASENAME
# OpenTelemetry
OTLP_ENDPOINT=https://openobserve.example.com/api/default
OTLP_TOKEN=ASUPERSECRETTOKEN
OTLP_STREAM=discord-analytics
#Tokens
DISCORD_TOKEN=ASUPERSECRETTOKEN
JWT_SECRET=ASUPERSECRETSECRET
ENABLE_REGISTRATIONS=true
# Linked Roles
CLIENT_SECRET=ASUPERSECRETSECRET
CLIENT_ID=ID
# Rate Limiting
REDIS_URL=redis://127.0.0.1:6379
MS_PER_REQUEST=100
BURST_LIMIT=10
# Mail
SMTP=smtp.server.url
SMTP_MAIL=example@server.url
SMTP_USER=user
SMTP_PASSWORD=ASUPERSECRETPASSWORD
# R2
R2_BUCKET_NAME=bucket_name
R2_ACCOUNT_ID=ID
R2_BUCKET_ENDPOINT=https://<id>.r2.cloudflarestorage.com
R2_PUBLIC_BUCKET_ENDPOINT=https://public.r2.server.url
CLOUDFLARE_ID=ID
CLOUDFLARE_TOKEN=ASUPERSECRETTOKEN