blivechat/data/config.ini

22 lines
607 B
INI
Raw Normal View History

2020-02-03 16:18:21 +08:00
[app]
# See https://docs.sqlalchemy.org/en/13/core/engines.html#database-urls
database_url = sqlite:///data/database.db
2020-08-22 18:38:52 +08:00
2020-02-06 17:39:56 +08:00
# Enable auto translate to Japanese
enable_translate = true
2020-08-22 18:38:52 +08:00
# 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 =
2020-02-03 16:18:21 +08:00
2020-08-22 18:38:52 +08:00
# Set to true if you are using a reverse proxy server such as nginx
tornado_xheaders = false
2020-02-03 16:18:21 +08:00
# DON'T modify this section
[DEFAULT]
database_url = sqlite:///data/database.db
2020-02-06 17:39:56 +08:00
enable_translate = true
allow_translate_rooms =
2020-08-22 18:38:52 +08:00
tornado_xheaders = false