11 lines
337 B
Text
11 lines
337 B
Text
# Copy this file to /etc/ANewDawn/ANewDawn.env and fill in the required values.
|
|
# Make sure the directory is owned by the user running the service (e.g., "lovinator").
|
|
|
|
# Discord bot token
|
|
DISCORD_TOKEN=
|
|
|
|
# OpenAI token (for GPT-5 and other OpenAI models)
|
|
OPENAI_TOKEN=
|
|
|
|
# Optional: additional env vars used by your bot
|
|
# MY_CUSTOM_VAR=
|