Commit db90b5c5 authored by Jun Chen's avatar Jun Chen
Browse files

fix smoke dev gateway config

Showing with 3 additions and 3 deletions
+3 -3
......@@ -12,7 +12,7 @@ logging:
platform:
gateway:
route:
route-config-server: http://127.0.0.1:19100
route-config-server: http://10.0.2.10:19100
route-config-uri: /platform/v1/route-items
route-config-access-key: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJXRUNVQkUtQ09SRSIsImlhdCI6MTU3MDY5MDMwMCwidHlwZSI6ImFjY2Vzc1Rva2VuIiwiY2xpZW50VHlwZSI6IlNVQl9TWVNURU0iLCJleHAiOjE2MDIzMTI3MDAsImF1dGhvcml0eSI6IltTVUJfU1lTVEVNXSJ9.Mq8g_ZoPIQ_mB59zEq0KVtwGn_uPqL8qn6sP7WzEiJxoXQQIcVe7mYsG-E2jxCShEQL7PsMNLM47MYuY7R5nBg
......@@ -24,13 +24,13 @@ spring:
useInsecureTrustManager: true
routes:
- id: platform-core
uri: http://127.0.0.1:19100
uri: http://10.0.2.10:19100
predicates:
- Path=/platform/**
filters:
- DynamicRoute=false
- id: platform-auth-server
uri: http://127.0.0.1:19120
uri: http://10.0.2.10:19120
predicates:
- Path=/auth/**
filters:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment