-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.example
More file actions
35 lines (28 loc) · 845 Bytes
/
Copy path.env.example
File metadata and controls
35 lines (28 loc) · 845 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
PORT=4000
VERSION=0.0.1
# Logging: off, error, warn, info, debug. Use "off" in production to silence logs.
# LOG_LEVEL=info
# Stargate (separate process, e.g. stargate.strafe.chat):
# STARGATE_PORT=4001
# STARGATE_REGION=default
# STARGATE_ALLOWED_ORIGINS=https://strafe.chat,https://app.strafe.chat
# Features:
CAPTCHA=false
EMAIL=false
INVITE_ONLY=false
# Sessions (optional):
# SESSION_TTL_SECONDS=604800
# SESSION_TOKEN_BYTES=32
# Database:
SCYLLA_HOSTS=
SCYLLA_KEYSPACE=
# Redis (Stargate Pub/Sub + optional cache):
# REDIS_ADDR=localhost:6379
# REDIS_POOL_SIZE=10
# REDIS_CACHE_ENABLED=true
# REDIS_CACHE_PREFIX=equinox:
# Avatar uploads (Nebula). Raise HTTP_BODY_LIMIT_KB for multipart (e.g. 10240).
# NEBULA_BASE_URL=http://localhost:4010
# NEBULA_PUBLIC_URL=http://localhost:4010
# NEBULA_UPLOAD_SECRET=
# NEBULA_AVATAR_MAX_MB=8