26 lines
964 B
Plaintext
26 lines
964 B
Plaintext
# Botty personal environment overrides.
|
|
# Copy this file to ".env" in the repo root and edit your values there.
|
|
# ".env" is ignored by git and should never be committed.
|
|
#
|
|
# Format: BOTTY_<CONFIG_KEY>=<value>
|
|
# These override values from config/params.ini and config/custom.ini at runtime.
|
|
#
|
|
# Common personal settings:
|
|
|
|
# Bot display/account name used in logs/Discord usernames.
|
|
# BOTTY_NAME=zapzap
|
|
|
|
# Main Discord webhook (status/death/chicken/general messages).
|
|
# BOTTY_CUSTOM_MESSAGE_HOOK=https://discord.com/api/webhooks/...
|
|
|
|
# Optional dedicated loot webhook for item drops.
|
|
# BOTTY_CUSTOM_LOOT_MESSAGE_HOOK=https://discord.com/api/webhooks/...
|
|
|
|
# Optional auto-login credentials (keep private).
|
|
# BOTTY_BNET_NAME=your-battlenet-email-or-name
|
|
# BOTTY_BNET_PASS=your-battlenet-password
|
|
# BOTTY_CHAR_NAME=your-character-name
|
|
|
|
# Optional path override if you reference it in params.ini:
|
|
# BOTTY_SAVED_GAMES_FOLDER=C:\Users\you\Saved Games\Diablo II Resurrected
|