Skip to content

Commit 8cc6278

Browse files
committed
reenable servicecontrol on any port for develop
1 parent 9769352 commit 8cc6278

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ServicePulse.Host/vue/vite.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ function createCSPOverrides(hostPort: number, configuredDestinations: string[])
2323
const port = 5173;
2424
const defaultUrls = [
2525
"http://10.211.55.3:*", // The default Parallels url to access Windows VM
26-
"http://localhost:33333", // Default SC Error instance
27-
"http://localhost:33633" // Default SC Monitoring instance
26+
"http://localhost:*",
2827
];
2928

3029
// https://vitejs.dev/config/

0 commit comments

Comments
 (0)