diff options
Diffstat (limited to 'shim_app.py')
| -rw-r--r-- | shim_app.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shim_app.py b/shim_app.py index 4cc3dec..fae166f 100644 --- a/shim_app.py +++ b/shim_app.py @@ -693,7 +693,7 @@ def create_app(base_dir: Optional[Path] = None) -> Flask: sites_dir=sites_dir, mojicrypt_bin=mojicrypt_bin, bind=os.getenv("SHIM_BIND", "0.0.0.0"), - port=int(os.getenv("SHIM_PORT", "6767")), + port=int(os.getenv("SHIM_PORT", "8585")), ) cfg.db_path.parent.mkdir(parents=True, exist_ok=True) |
