Update astrbot/core/config/default.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
LIghtJUNction
2026-03-02 15:33:14 +08:00
committed by GitHub
parent eacfd14218
commit 1ffa339a2a
+1 -1
View File
@@ -195,7 +195,7 @@ DEFAULT_CONFIG = {
"username": "astrbot",
"password": "77b90590a8945a7d36c963981a307dc9",
"jwt_secret": "",
"host": "::",
"host": "0.0.0.0",
"port": 6185,
"disable_access_log": True,
"ssl": {