diff --git a/joint_teapot/config.py b/joint_teapot/config.py index 4eb4a8c..ed69ad8 100644 --- a/joint_teapot/config.py +++ b/joint_teapot/config.py @@ -44,7 +44,7 @@ class Settings(BaseSettings): joj3_lock_file_timeout: int = 30 # moss - moss_user_id: int + moss_user_id: int = 9876543210 # log file log_file_path: str = "joint-teapot.log"