mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
add env.example
This commit is contained in:
parent
a4747424ba
commit
f8fbe61c90
1 changed files with 15 additions and 0 deletions
15
env.example
Normal file
15
env.example
Normal file
|
@ -0,0 +1,15 @@
|
|||
TWITCH_USERNAME=cooltwitchusername
|
||||
TWITCH_OAUTH=oauth:cooltwitchoauthtoken
|
||||
TWITCH_COMMAND_PREFIX=()
|
||||
|
||||
TWITCH_CLIENT_ID=mycoolclientid
|
||||
TWITCH_CLIENT_SECRET=mycoolclientsecret
|
||||
|
||||
LOCAL_DSN=postgres://user:password@localhost/database-name?sslmode=disable
|
||||
SUPABASE_DSN=postgresql://user:password@databaseurlfrom.supabase.com:5432/postgres
|
||||
|
||||
OWM_KEY=mycoolopenweatherkey
|
||||
|
||||
LAST_FM_APPLICATION_NAME=goodname
|
||||
LAST_FM_API_KEY=goodlastfmapikey
|
||||
LAST_FM_SECRET=goodlastfmsecretkey
|
Loading…
Reference in a new issue