-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
40 lines (32 loc) · 1.04 KB
/
Copy path.env.example
File metadata and controls
40 lines (32 loc) · 1.04 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
DISCORD_TOKEN=
# Available profiles:
# stfc_verifier — STFC rank-based verification with alliance roles
# stfc_verifier_alliance — STFC rank-based verification (alliance variant)
# veil_security — Veil Security profile with OPS-level gates
BOT_PROFILE=stfc_verifier
GUILD_ID=
# Channels
VERIFY_CHANNEL_ID=
LOG_CHANNEL_ID= ## perhaps this can be removed as well, as it isnt really doing anything. i can execute the slash commands whereever i/the user wants
SUPPORT_CHANNEL_ID=
# Generic roles
VERIFIED_ROLE_ID=
UNVERIFIED_ROLE_ID=
# STFC rank-based roles (used by STFC profiles)
MEMBER_ROLE_ID=
COMMODORE_ROLE_ID=
ADMIRAL_ROLE_ID=
ADMIN_ROLE_ID=
OPS71_PLUS_ROLE_ID=
# STFC profile criteria (required for stfc_verifier and stfc_verifier_alliance)
MINIMUM_OPS_LEVEL=
STFC_SERVER_NUMBER=
# Verification update settings
UPDATE_CHECK_HOURS=24
DEFAULT_LANGUAGE=en
SESSION_TTL_HOURS=168
DEBUG=0
REQUIRE_SCREENSHOT=true
# Optional overrides:
# DATABASE_URL=sqlite:///absolute/path/to/db.sqlite3
# SQLITE_PATH=/absolute/path/to/db.sqlite3