Modifying the Service Configuration

This commit is contained in:
wwweww
2026-04-25 08:29:47 +08:00
parent 2ec2075c16
commit e25e34a5de
3 changed files with 24 additions and 0 deletions
+7
View File
@@ -35,5 +35,12 @@ Stateless:
PollInterval: 100ms
BatchSize: 100
Mongo:
URI: mongodb://mongo:27017
Database: juwan_chat
Redis:
Addr: redis:6379
Log:
Level: info
+10
View File
@@ -20,10 +20,20 @@ Hybrid:
Auth:
Enabled: true
WsHeaderName: x-auth-user-id
WtTokenSource: query
WtTokenName: token
WtJWTSecret: test-secret
Stateless:
PollInterval: 100ms
BatchSize: 100
Mongo:
URI: mongodb://localhost:27017
Database: juwan_chat_test
Redis:
Addr: localhost:6379
Log:
Level: debug
+7
View File
@@ -35,5 +35,12 @@ Stateless:
PollInterval: 100ms
BatchSize: 100
Mongo:
URI: mongodb://mongo:27017
Database: juwan_chat_test
Redis:
Addr: redis:6379
Log:
Level: debug