This commit is contained in:
felinae98 2021-02-06 21:06:16 +08:00
parent 72a76b5964
commit 7ff4979f35
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -0,0 +1,8 @@
from pydantic import BaseSettings
class PlugConfig(BaseSettings):
hk_reporter_config_path: str = ""
class Config:
extra = 'ignore'