-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
36 lines (27 loc) · 774 Bytes
/
.env.example
File metadata and controls
36 lines (27 loc) · 774 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
PORT=8000
DEV=true
VERBOSE=false
FIRESTORM_URL=https://url-to-firesto.rm
FIRESTORM_TOKEN=abcdefghijklmnopqrstuvwxyz
DB_IMAGE_ROOT=https://database.faithfulpack.net
# disable cache for dev
NO_CACHE=true
# ====================
# INTEGRATIONS
# ====================
# cloudflare
CLOUDFLARE_KEY=""
CLOUDFLARE_PASSWORD=password123
# curseforge
CURSEFORGE_API_KEY=""
# discord
BOT_PASSWORD=test
WEBHOOK_URL=https://discord.com/api/webhooks/123456789123456789/a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0
# ====================
# AUTH PROVIDERS
# ====================
# needs quotes because dotenv limitations
AUTH_URLS={"api": "http://localhost:8000", "webapp": "http://localhost/"}
# discord
DISCORD_CLIENT_ID=abcdef123456789
DISCORD_CLIENT_SECRET=veryveryverysecret