-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
37 lines (30 loc) · 1.07 KB
/
Copy path.env.example
File metadata and controls
37 lines (30 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# cSpell:disable
PROJECT_NAME="IreBot"
# [TWITCH]
# IrenesBot application at @Irene developer console
TWITCH_CLIENT_ID = ""
TWITCH_CLIENT_SECRET = ""
# [POSTGRES]
POSTGRES_VPS="postgres://YourUserName:YourPassword@YourHostname:5432/YourDatabaseName"
POSTGRES_HOME="postgresql://[user[:password]@][netloc][:port][/dbname][?param1=value1&...]"
# [STEAM FRIEND]
STEAM_FRIEND_IRENE_ID64 = 0
STEAM_FRIEND_IRENE_ID32 = 0
# [STEAM.IRENESTEST]
STEAM_IRENESTEST_USERNAME = ""
STEAM_IRENESTEST_PASSWORD = ""
# [STEAM.IRENESBOT]
STEAM_IRENESBOT_USERNAME = ""
STEAM_IRENESBOT_PASSWORD = ""
# [TOKENS]
STRATZ_BEARER = "why_the_hell_stratz_bearer_token_is_9999_symbols_it_s_kinda_annoying"
STEAM_API_KEY = ""
SPOTIFY_AIDENWALLIS = ""
EVENTSUB = "123" # Randomly chosen by me eventsub_secret, i.e. used by Twitch CLI
# [WEBHOOKS]
# 🐬ire_logs
WEBHOOK_LOGGER = "https://discord.com/api/webhooks/123/abc"
# 🐟ire_spam
WEBHOOK_ERROR = "https://discord.com/api/webhooks/123/abc"
#👑stream_notifs
WEBHOOK_STREAM_NOTIFS = "https://discord.com/api/webhooks/123/abc"