feat: 引入签名认证、加密工具包及大量goctl代码生成模板,并更新API、Admin和Node服务逻辑。
This commit is contained in:
@@ -28,3 +28,17 @@ MySQL:
|
||||
Redis:
|
||||
Host: 127.0.0.1:6379
|
||||
Type: node
|
||||
|
||||
CacheRedis:
|
||||
Host: 127.0.0.1:6379
|
||||
Type: node
|
||||
|
||||
AppSignature:
|
||||
AppSecrets:
|
||||
android-client: "uB4G,XxL2{7b"
|
||||
web-client: "uB4G,XxL2{7b"
|
||||
ios-client: "uB4G,XxL2{7b"
|
||||
mac-client: "uB4G,XxL2{7b"
|
||||
ValidWindowSeconds: 300
|
||||
SkipPrefixes:
|
||||
- /api/v1/node/health
|
||||
|
||||
@@ -32,3 +32,18 @@ Redis:
|
||||
Host: "${REDIS_HOST}"
|
||||
Type: node
|
||||
Pass: "${REDIS_PASS}"
|
||||
|
||||
CacheRedis:
|
||||
Host: "${REDIS_HOST}"
|
||||
Type: node
|
||||
Pass: "${REDIS_PASS}"
|
||||
|
||||
AppSignature:
|
||||
AppSecrets:
|
||||
android-client: "${APP_SECRET}"
|
||||
web-client: "${APP_SECRET}"
|
||||
ios-client: "${APP_SECRET}"
|
||||
mac-client: "${APP_SECRET}"
|
||||
ValidWindowSeconds: 300
|
||||
SkipPrefixes:
|
||||
- /api/v1/node/health
|
||||
|
||||
@@ -30,3 +30,17 @@ MySQL:
|
||||
Redis:
|
||||
Host: redis:6379
|
||||
Type: node
|
||||
|
||||
CacheRedis:
|
||||
Host: redis:6379
|
||||
Type: node
|
||||
|
||||
AppSignature:
|
||||
AppSecrets:
|
||||
android-client: "uB4G,XxL2{7b"
|
||||
web-client: "uB4G,XxL2{7b"
|
||||
ios-client: "uB4G,XxL2{7b"
|
||||
mac-client: "uB4G,XxL2{7b"
|
||||
ValidWindowSeconds: 300
|
||||
SkipPrefixes:
|
||||
- /api/v1/node/health
|
||||
|
||||
Reference in New Issue
Block a user