mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-19 06:01:39 +01:00
moving to postgres, part 2
This commit is contained in:
@@ -17,8 +17,11 @@ STREAMER_ID= # Twitch ID of the streaming user
|
||||
CHATTER_ID= # Twitch ID of the chatting user
|
||||
CHATTER_IS_STREAMER= # If the bot that activates on commands is on the same account as the streamer, set this to true. Make sure the STREAMER_ID and CHATTER_ID match in that case.
|
||||
|
||||
# Pocketbase config
|
||||
# POCKETBASE_URL= # Pocketbase URL. Defaults to http://localhost:8090
|
||||
# Postgres config
|
||||
POSTGRES_HOST= # Hostname + port of the postgres database
|
||||
POSTGRES_USER= # Username for logging in on the postgres database
|
||||
POSTGRES_PASSWORD= # Password for logging in on the postgres database
|
||||
POSTGRES_DB=twitchbot # Database name. Recommended value: twitchbot
|
||||
|
||||
# Redis/Valkey config
|
||||
# REDIS_URL= # Redis URL. Defaults to redis://localhost:6379
|
||||
|
||||
Reference in New Issue
Block a user