Merge pull request #62 from mizhexiaoxiao/dev

Update
This commit is contained in:
mizhexiaoxiao 2025-03-03 10:44:49 +08:00 committed by GitHub
commit 9b6dcd946b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
run.py
View File

@ -10,4 +10,4 @@ if __name__ == "__main__":
] = '%(asctime)s - %(levelname)s - %(client_addr)s - "%(request_line)s" %(status_code)s'
LOGGING_CONFIG["formatters"]["access"]["datefmt"] = "%Y-%m-%d %H:%M:%S"
uvicorn.run("app:app", host="0.0.0.0", port=9988, reload=True, log_config=LOGGING_CONFIG)
uvicorn.run("app:app", host="0.0.0.0", port=9999, reload=True, log_config=LOGGING_CONFIG)