微服务改造
This commit is contained in:
@@ -15,15 +15,15 @@ spring:
|
||||
|
||||
# ---------- Token 生成参数(由 TokenGenerateUtils 使用) ----------
|
||||
security:
|
||||
jwtSecret: ${JWT_SECRET:JWTSECRET}
|
||||
jwtSecret: JWTSECRET
|
||||
jwtTokenHeader: Authorization
|
||||
jwtTokenPrefix: Bearer-
|
||||
jwtExpiration: ${JWT_EXPIRATION:8640000000}
|
||||
jwtExpiration: 8640000000
|
||||
|
||||
# ---------- Python 服务 ----------
|
||||
access:
|
||||
python:
|
||||
ip: ${PYTHON_HOST:http://18.167.251.121}
|
||||
ip: http://18.167.251.121
|
||||
port: 9994
|
||||
generate_sr_port: 9994
|
||||
address: http://18.167.251.121:9994
|
||||
@@ -86,7 +86,7 @@ rabbitmq:
|
||||
|
||||
# ---------- 第三方服务 ----------
|
||||
orderList:
|
||||
link: ${ORDER_LINK:https://develop.aida.com.hk/home/homePage?order=}
|
||||
link: https://develop.aida.com.hk/home/homePage?order=
|
||||
|
||||
stripe:
|
||||
webhook:
|
||||
@@ -96,17 +96,17 @@ stripe:
|
||||
|
||||
google:
|
||||
client:
|
||||
id: ${GOOGLE_CLIENT_ID:157095842121-kdd1fdf8m8nudvj9sprstb2k2prnf9e4.apps.googleusercontent.com}
|
||||
secret: ${GOOGLE_CLIENT_SECRET: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}
|
||||
id: 157095842121-kdd1fdf8m8nudvj9sprstb2k2prnf9e4.apps.googleusercontent.com
|
||||
secret: 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
|
||||
redirect:
|
||||
uri: ${GOOGLE_REDIRECT_URI:https://develop.api.aida.com.hk/api/third/party/auth/google_callback}
|
||||
uri: https://develop.api.aida.com.hk/api/third/party/auth/google_callback
|
||||
|
||||
design:
|
||||
callback:
|
||||
url: ${DESIGN_CALLBACK_URL:https://develop.api.aida.com.hk/api/third/party/receiveDesignResults}
|
||||
url: https://darkish-copied-sprinkler.ngrok-free.dev/api/third/party/receiveDesignResults
|
||||
|
||||
redirect:
|
||||
url: ${REDIRECT_URL:http://18.167.251.121:7788}
|
||||
url: http://18.167.251.121:7788
|
||||
|
||||
global:
|
||||
award:
|
||||
|
||||
Reference in New Issue
Block a user