[]
= "http://localhost"
= 3000
[]
= "::"
= 8080
= "Your QQ ID here"
= "Your Bot's QQ ID here"
[]
# Options: Postgres, Sqlite, MySql, Common abbreviations are supported, case insensitive
= "Sqlite"
# For Sqlite, this is the file path, for Postgres or MySql, this is the database name
= "data/botcat_capoo.sqlite"
# For Postgres or MySql, you might need additional fields like host, port, username, password
# host = "localhost
# port = 5432
# username = "your_username"
# password = "your_password"
# max_connections = 10 # Optional: maximum number of database connections in the pool