Fix port in monolith sample
This commit is contained in:
parent
309efa1372
commit
3f5bbca988
|
|
@ -14,7 +14,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<elsa-studio-root server-url="https://localhost:11000" monaco-lib-path="build/assets/js/monaco-editor/min" culture="en-US">
|
||||
<elsa-studio-root server-url="https://localhost:15265" monaco-lib-path="build/assets/js/monaco-editor/min" culture="en-US">
|
||||
<!-- The root dashboard component -->
|
||||
<elsa-studio-dashboard></elsa-studio-dashboard>
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"Elsa": {
|
||||
"Features": [],
|
||||
"Server": {
|
||||
"BaseUrl": "https://localhost:11000",
|
||||
"BaseUrl": "https://localhost:15265",
|
||||
"BasePath": "/workflows"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue