websoft9/appmanage/api/model/config.py
qiaofeng1227 c393a7b75a new need
2023-05-18 11:45:59 +08:00

11 lines
197 B
Python

from pydantic import BaseModel
class Config(BaseModel):
port: int
compose_file: str
url: str
admin_url: str
admin_username: str
admin_password: str
default_domain: str