moving to postgres, part 2

This commit is contained in:
2025-09-17 23:16:29 +02:00
parent 223add151c
commit 2862aacc50
9 changed files with 45 additions and 48 deletions

View File

@@ -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