mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Add ssl support (#4840)
* Add: add ssl authentication * Fix: unify the format for ssl config --------- Co-authored-by: LmeSzinc <lmeszincsales@gmail.com>
This commit is contained in:
committed by
GitHub
parent
4172356a9a
commit
f9602be1ba
@@ -54,6 +54,8 @@ class ConfigModel:
|
||||
# Webui
|
||||
WebuiHost: str = "0.0.0.0"
|
||||
WebuiPort: int = 22267
|
||||
WebuiSSLKey: Optional[str] = None
|
||||
WebuiSSLCert: Optional[str] = None
|
||||
Language: str = "en-US"
|
||||
Theme: str = "default"
|
||||
DpiScaling: bool = True
|
||||
|
||||
Reference in New Issue
Block a user