mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-19 06:01:39 +01:00
change databases from surrealdb to pocketbase
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user