Modifying the Service Configuration
This commit is contained in:
@@ -35,5 +35,12 @@ Stateless:
|
|||||||
PollInterval: 100ms
|
PollInterval: 100ms
|
||||||
BatchSize: 100
|
BatchSize: 100
|
||||||
|
|
||||||
|
Mongo:
|
||||||
|
URI: mongodb://mongo:27017
|
||||||
|
Database: juwan_chat
|
||||||
|
|
||||||
|
Redis:
|
||||||
|
Addr: redis:6379
|
||||||
|
|
||||||
Log:
|
Log:
|
||||||
Level: info
|
Level: info
|
||||||
|
|||||||
@@ -20,10 +20,20 @@ Hybrid:
|
|||||||
Auth:
|
Auth:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
WsHeaderName: x-auth-user-id
|
WsHeaderName: x-auth-user-id
|
||||||
|
WtTokenSource: query
|
||||||
|
WtTokenName: token
|
||||||
|
WtJWTSecret: test-secret
|
||||||
|
|
||||||
Stateless:
|
Stateless:
|
||||||
PollInterval: 100ms
|
PollInterval: 100ms
|
||||||
BatchSize: 100
|
BatchSize: 100
|
||||||
|
|
||||||
|
Mongo:
|
||||||
|
URI: mongodb://localhost:27017
|
||||||
|
Database: juwan_chat_test
|
||||||
|
|
||||||
|
Redis:
|
||||||
|
Addr: localhost:6379
|
||||||
|
|
||||||
Log:
|
Log:
|
||||||
Level: debug
|
Level: debug
|
||||||
|
|||||||
@@ -35,5 +35,12 @@ Stateless:
|
|||||||
PollInterval: 100ms
|
PollInterval: 100ms
|
||||||
BatchSize: 100
|
BatchSize: 100
|
||||||
|
|
||||||
|
Mongo:
|
||||||
|
URI: mongodb://mongo:27017
|
||||||
|
Database: juwan_chat_test
|
||||||
|
|
||||||
|
Redis:
|
||||||
|
Addr: redis:6379
|
||||||
|
|
||||||
Log:
|
Log:
|
||||||
Level: debug
|
Level: debug
|
||||||
|
|||||||
Reference in New Issue
Block a user