mirror of
https://github.com/xfgryujk/blivechat.git
synced 2025-01-14 22:30:23 +08:00
22 lines
607 B
INI
22 lines
607 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
|
|
|
|
|
|
# DON'T modify this section
|
|
[DEFAULT]
|
|
database_url = sqlite:///data/database.db
|
|
enable_translate = true
|
|
allow_translate_rooms =
|
|
tornado_xheaders = false
|