Refactor environment variables and update systemd service configuration for ANewDawn
This commit is contained in:
parent
80e0637e8a
commit
195ca21947
7 changed files with 70 additions and 97 deletions
11
systemd/anewdawn.env.example
Normal file
11
systemd/anewdawn.env.example
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# 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=
|
||||
Loading…
Add table
Add a link
Reference in a new issue