-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env.example
37 lines (32 loc) · 1.16 KB
/
.env.example
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
# THIS IS A TEMPLATE FILE. MAKE A COPY AND RENAME TO `.env` TO USE.
# General Settings
# https://discord.com/developers
TOKEN=BOT_TOKEN
# ID of the server to use for testing
TEST_SERVER=123
# The URI used to connect to the MongoDB database
ADAPTER_MONGODB_URI=mongodb://root:changeme@localhost:27017/?authSource=admin
# Ban Sync Module
# The servers to be used by the ban sync system (each server ID is to be separated by |)
SYNCED_BAN_SERVERS=12345,67890
# Determines whenever the ban sync should be actioned on or not
DRY_RUN=false
# System notifications module
SYSTEM_NOTIFICATION_NTFY_TOPIC=rtuuy
# If you want to use a custom NTFY server
#SYSTEM_NOTIFICATION_NTFY_SERVER=
# Authentication token if required
#SYSTEM_NOTIFICATION_NTFY_TOKEN=
# Comma-separated list of webhook URLs to post to
#SYSTEM_NOTIFICATION_WEBHOOK_URLS=
#Posthog analytics module
# If you are not using the US managed region
#POSTHOG_INSTANCE_URL=
# Your project API key
#POSTHOG_PROJECT_API_KEY=
# An optional, additional private API key
# This is required if you want to use feature flags, local evaluation, or query the PostHog API
#POSTHOG_PERSONAL_API_KEY=
# DB
DB_ROOT_USER=root
DB_ROOT_PASS=changeme