1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 11:49:26 +08:00

Add: auto-run config in deploy

Auto-run specified config when startup
This commit is contained in:
Mathhew
2022-09-19 17:52:18 +08:00
parent 110688c4b6
commit acc4fab614
3 changed files with 11 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ class ConfigModel:
DpiScaling: bool = True
Password: Optional[str] = None
CDN: Union[str, bool] = False
RUN: Optional[str] = None
class DeployConfig(ConfigModel):