change databases from surrealdb to pocketbase

This commit is contained in:
2025-06-26 01:17:45 +02:00
parent 18d7fe8caa
commit 274b49dd27
9 changed files with 89 additions and 112 deletions

View File

@@ -21,9 +21,5 @@ 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.
# SurrealDB config
SURREAL_URL= # SurrealDB URL, can either be remotely hosted or selfhosted
SURREAL_NAMESPACE= # SurrealDB Namespace. You need to create this manually
SURREAL_DATABASE= # SurrealDB Database. You need to create this manually
SURREAL_USERNAME= # SurrealDB username for authenticating
SURREAL_PASSWORD= # SurrealDB password for authenticating. Remember to escape characters like $ with a backslash
# Pocketbase config
# POCKETBASE_URL= # Pocketbase URL. Defaults to localhost:8090