diff options
| author | kj_sh604 | 2026-04-03 02:49:49 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-04-03 02:49:49 -0400 |
| commit | 9134a3bc588dabe5e8ff010fa2e16f65034ae3a7 (patch) | |
| tree | 639808274d95a2ffa93b3066c1d26d2cbfcdde05 /shim_app.py | |
| parent | 97d55ccdc97ef7b0cc28ded5ebbb46c1879291ce (diff) | |
feat: README
refactor: change default port
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) |
