fix wsl default listen host (#542)

This commit is contained in:
ekko
2026-05-08 15:47:03 +08:00
committed by GitHub
parent d54f9479b9
commit 39acd3574a
6 changed files with 14 additions and 67 deletions
+1
View File
@@ -136,6 +136,7 @@ export default {
['AUTH_DISABLED', 'Set to "1" to disable authentication'],
['AUTH_TOKEN', 'Custom auth token (overrides auto-generated)'],
['PORT', 'Server listen port (default: 8648)'],
['BIND_HOST', 'Server bind host (default: 0.0.0.0). Set :: explicitly to enable IPv6 listening.'],
['UPSTREAM', 'Hermes gateway URL (default: http://127.0.0.1:8642)'],
['UPLOAD_DIR', 'Custom upload directory path'],
['CORS_ORIGINS', 'CORS origin config (default: *)'],