Add example.env

Added example .env file
pull/1/head
kami 2025-02-01 12:16:51 +00:00
parent 9727927b66
commit 4c1ce0e250
1 changed files with 19 additions and 0 deletions

19
example.env Normal file
View File

@ -0,0 +1,19 @@
# Example .env file.
# Rename this file to ".env" and fill in your credentials accordingly.
# Discord bot credentials
DISCORD_BOT_TOKEN=[Discord bot/access token]
DISCORD_OWNER_ID=[Discord owner user ID]
# Twitch bot credentials
TWITCH_CLIENT_ID=[Twitch bot client ID]
TWITCH_CLIENT_SECRET=[Twitch bot client secret]
TWITCH_BOT_TOKEN=[Twitch bot/access token]
TWITCH_REFRESH_TOKEN=[Twitch bot refresh token]
# MariaDB Database credentials
DB_HOST=[Database host IP address]
DB_USER=[Database username]
DB_PASSWORD=[Database user password]
DB_NAME=[Database name]
DB_PORT=[Database port]