-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy path.env
18 lines (15 loc) · 893 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# (For v2) Copy to .env.local or .env.development.local to customize these variables
twitch_api="https://tmi.twitch.tv"
tmi_username="9armbot"
tmi_channel_name="armzi"
admin_username="armzi"
# This text is inserted by `prisma init`:
# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#using-environment-variables
# Prisma supports the native connection string format for PostgreSQL, MySQL and SQLite.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
DATABASE_URL="file:./dev.db"
BOTV2_DISCORD_OAUTH_TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
BOTV2_TWITCH_OAUTH_TOKEN="oauth:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
SILENT_BOT_MODE="0"
DISCORD_WHITELIST_CHANNELS="9armbot" # Separate channel names with comma (,)