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
yecl
wecube
Commits
db90b5c5
Commit
db90b5c5
authored
5 years ago
by
Jun Chen
Browse files
Options
Download
Email Patches
Plain Diff
fix smoke dev gateway config
parent
21679620
master
2109_support_taskman
2154_enhance_workflow_data_preview
2189_fix_system_bug
2222_deployment_confirmation
2230_plugin_invocation_confirm_token
2233_workflow_context_parameters_refactor
2289_workflow_interf_enhance
2313_add_timestamp_to_node_log
2317_fix_bug_of_faulted_proc_inst
2321_fix_itsm_reported_defects
2321_fix_itsm_reported_issues
dependabot/maven/platform-auth-client/org.bouncycastle-bcprov-ext-jdk15on-1.67
dependabot/maven/platform-auth-client/org.bouncycastle-bcprov-jdk15on-1.67
dependabot/maven/platform-auth-server/commons-io-commons-io-2.7
dependabot/maven/platform-auth-server/org.bouncycastle-bcprov-jdk15on-1.67
dependabot/maven/platform-core/com.google.guava-guava-29.0-jre
dependabot/maven/platform-core/commons-io-commons-io-2.7
dependabot/maven/platform-workflow/commons-io-commons-io-2.7
dev
dev_fix
dev_test
flow_exec_bug
master_UBA
mixed
pobu168-patch-1
remove_node_sass
revert-2184-upgrade_work_orch
timed_execution
web_monitor_demo
workflow_report
2.1.0
v3.2.2
v3.2.1
v3.2.0
v3.1.0
v3.0.1
v3.0.0
v2.9.2
v2.9.1
v2.9.0
v2.8.1
v2.8.0
v2.7.1
v2.7.0
v2.6.1
v2.6.0
v2.5.0
v2.4.0
v2.3.1
v2.3.0
v2.2.0
v2.1.2
v2.1.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform-gateway/src/main/resources/application-smoke-dev.yml
+3
-3
...form-gateway/src/main/resources/application-smoke-dev.yml
with
3 additions
and
3 deletions
+3
-3
platform-gateway/src/main/resources/application-smoke-dev.yml
+
3
-
3
View file @
db90b5c5
...
...
@@ -12,7 +12,7 @@ logging:
platform
:
gateway
:
route
:
route-config-server
:
http://1
27.
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://1
27.
0.0.
1
:19100
uri
:
http://10.0.
2.10
:19100
predicates
:
-
Path=/platform/**
filters
:
-
DynamicRoute=false
-
id
:
platform-auth-server
uri
:
http://1
27.
0.0.
1
:19120
uri
:
http://10.0.
2.10
: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