-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
check cached xban db on every api request / make non-existing xban.db…
… a non-error
- Loading branch information
1 parent
e60686e
commit 9b4fbf1
Showing
6 changed files
with
58 additions
and
33 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
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,12 +1,12 @@ | ||
beerchat.matterbridge_token = my-token | ||
server_name = mtui-xxx | ||
server_announce = false | ||
mapserver.url = http://mtui_mapserver:8080 | ||
name = mtui_dev | ||
secure.http_mods = mtui,beerchat,mapserver | ||
profiler.default_report_format = json | ||
max_users = 13 | ||
profiler.load = true | ||
mtui.url = http://ui:8080 | ||
name = mtui_dev | ||
secure.http_mods = mtui,beerchat,mapserver | ||
mtui.key = mykey | ||
server_name = mtui-xxx | ||
server_announce = false | ||
mtui.url = http://ui:8080 | ||
beerchat.matterbridge_url = http://mtui_matterbridge:4242 | ||
beerchat.matterbridge_token = my-token |
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