-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.example
More file actions
40 lines (28 loc) · 1.28 KB
/
Copy path.env.example
File metadata and controls
40 lines (28 loc) · 1.28 KB
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
# matrix-discord-killer configuration
# Generated by setup.sh - do not edit manually unless you know what you're doing
# Platform: "matrix" or "stoat"
PLATFORM=matrix
# Your domain name (e.g., chat.example.com)
DOMAIN=example.com
# Email for SSL certificates
ACME_EMAIL=you@example.com
# ─── Matrix-specific ─────────────────────────────────────────────────
# PostgreSQL password (auto-generated)
POSTGRES_PASSWORD=CHANGE_ME
# Synapse secrets (auto-generated)
SYNAPSE_REGISTRATION_SHARED_SECRET=CHANGE_ME
SYNAPSE_MACAROON_SECRET_KEY=CHANGE_ME
SYNAPSE_FORM_SECRET=CHANGE_ME
# Coturn shared secret (auto-generated)
TURN_SHARED_SECRET=CHANGE_ME
# Bridges (set to true to enable)
ENABLE_DISCORD_BRIDGE=false
ENABLE_TELEGRAM_BRIDGE=false
# ─── Stoat-specific ──────────────────────────────────────────────────
# Tells docker compose which file to use (set automatically)
# COMPOSE_FILE=docker-compose.stoat.yml
# VAPID keys for push notifications (auto-generated)
# VAPID_PRIVATE_KEY=CHANGE_ME
# VAPID_PUBLIC_KEY=CHANGE_ME
# File encryption key (auto-generated)
# FILE_ENCRYPTION_KEY=CHANGE_ME