-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (22 loc) · 955 Bytes
/
Copy path.env.example
File metadata and controls
22 lines (22 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
MEMACT_TOKEN=your_discord_bot_token_here
MEMACT_GUILD_ID=
MEMACT_DATABASE=memact_automod.db
# MEMACT_STREAM_TITLE=Moderating this server
# MEMACT_STREAM_URL=https://twitch.tv/discord
# Optional server-specific Discord IDs. Defaults match the current Memact server.
# MEMACT_BOT_JOIN_ROLE_ID=1485762440980336810
# MEMACT_MEMBER_JOIN_ROLE_ID=1485762960851996822
# MEMACT_ACTION_LOG_CHANNEL_ID=1485774247698890903
# MEMACT_WELCOME_CHANNEL_ID=1485763966515941618
# MEMACT_INTRO_CHANNEL_ID=1485764265989246996
# MEMACT_TICKET_CHANNEL_ID=1486012638507827210
# MEMACT_BLUESKY_RELAY_CHANNEL_ID=1490277253949558975
# For JustRunMy.App, point this at persistent app storage if SQLite state
# should survive Git deploys and restarts:
# MEMACT_DATABASE=/data/memact_automod.db
# MEMACT_BACKUP_DIR=/data/backups
# MEMACT_BACKUP_INTERVAL_HOURS=12
# MEMACT_BACKUP_RETENTION=14
# MEMACT_KEEPALIVE_PORT=10000
# MEMACT_KEEPALIVE_HOST=0.0.0.0
# MEMACT_ENABLE_KEEPALIVE=true