human theft now reads from xml rules file

This commit is contained in:
2025-08-07 14:10:20 -07:00
parent 248592dbff
commit 8f7f173108
10 changed files with 94 additions and 25 deletions

View File

@@ -21,6 +21,10 @@ desktop_mode = False
app = flask.Flask("seagull-game", root_path=path_appdir)
orig_url_for = app.url_for
xml_namespaces = {
"items": "seagull:rules/items"
}
#REDIS_HOST="stub-implementation.example.net"
#REDIS_PORT=6379
#REDIS_USER="seagull"