-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
template.env
41 lines (31 loc) · 890 Bytes
/
template.env
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
DEV_MODE=true
PORT=80
JWT_SECRET="wowILoveCats"
JWT_CONNECTIONS_SECRET="wowILoveFish"
DATABASE_URL="postgresql://postgres:123@localhost/postgres"
DATABASE_DIRECT_URL="postgresql://postgres:123@localhost/postgres"
REDIS_HOST="localhost"
REDIS_PORT=6379
REDIS_PASS=""
CLIENT_URL="http://localhost:3000"
ORIGIN=["https://nerimity.com", "http://local.nerimity.com", "http://localhost:3000"]
NERIMITY_CDN="https://cdn.nerimity.com/"
LOCAL_NERIMITY_CDN="http://localhost:8003"
NERIMITY_CDN_SECRET="something secret wow"
MAX_CHANNELS_PER_SERVER=100
MAX_INVITES_PER_SERVER=10
MAX_ROLES_PER_SERVER=50
DEFAULT_SERVER_ROLE_COLOR="#fff"
TURNSTILE_SECRET="0x1234"
SMTP_USER=
SMTP_PASS=
SMTP_FROM=
SMTP_HOST=
SMTP_PORT=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_REDIRECT_URL=
CONNECTIONS_SECRET= # key must be 32 characters long
TENOR_API_KEY=
CLOUDFLARE_CALLS_ID=
CLOUDFLARE_CALLS_TOKEN=