-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
[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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters