Fix port in monolith sample

This commit is contained in:
Andrea Pierangeli 2021-08-31 15:55:30 +02:00 committed by Sipke Schoorstra
parent 309efa1372
commit 3f5bbca988
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -10,7 +10,7 @@
"Elsa": {
"Features": [],
"Server": {
"BaseUrl": "https://localhost:11000",
"BaseUrl": "https://localhost:15265",
"BasePath": "/workflows"
}
}