Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Wecube Platform
Commits
6b3f9649
Commit
6b3f9649
authored
5 years ago
by
gavin2lee
Browse files
Options
Download
Email Patches
Plain Diff
#1715 add default config
parent
bb5f6a1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform-gateway/src/main/resources/application.yml
+3
-3
platform-gateway/src/main/resources/application.yml
with
3 additions
and
3 deletions
+3
-3
platform-gateway/src/main/resources/application.yml
+
3
-
3
View file @
6b3f9649
...
...
@@ -12,7 +12,7 @@ logging:
platform
:
gateway
:
route
:
route-config-server
:
http://${WECUBE_CORE_HOST}:19100
route-config-server
:
http://${WECUBE_CORE_HOST
:127.0.0.1
}: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://${WECUBE_CORE_HOST}:19100
uri
:
http://${WECUBE_CORE_HOST
:127.0.0.1
}:19100
predicates
:
-
Path=/platform/**
filters
:
-
DynamicRoute=false
-
id
:
platform-auth-server
uri
:
http://${AUTH_SERVER_HOST}:19120
uri
:
http://${AUTH_SERVER_HOST
:127.0.0.1
}:19120
predicates
:
-
Path=/auth/**
filters
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help