mirror of
https://github.com/xfgryujk/blivechat.git
synced 2025-01-15 06:41:12 +08:00
26 lines
772 B
INI
26 lines
772 B
INI
[app]
|
|
# See https://docs.sqlalchemy.org/en/13/core/engines.html#database-urls
|
|
database_url = sqlite:///data/database.db
|
|
|
|
# Enable auto translate to Japanese
|
|
enable_translate = true
|
|
|
|
# Comma separated room IDs in which translation are not allowed. If empty, all are allowed
|
|
# Example: allow_translate_rooms = 4895312,22347054,21693691
|
|
allow_translate_rooms =
|
|
|
|
# Set to true if you are using a reverse proxy server such as nginx
|
|
tornado_xheaders = false
|
|
|
|
# Use a loader so that you can run OBS before blivechat. If empty, no loader is used
|
|
loader_url = https://xfgryujk.sinacloud.net/blivechat/loader.html
|
|
|
|
|
|
# DON'T modify this section
|
|
[DEFAULT]
|
|
database_url = sqlite:///data/database.db
|
|
enable_translate = true
|
|
allow_translate_rooms =
|
|
tornado_xheaders = false
|
|
loader_url =
|