Skip to content

Commit 6f84a9f

Browse files
Remove additional monitoring instance config
1 parent b03f056 commit 6f84a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frontend/public/js/app.constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ window.defaultConfig = {
22
default_route: '/dashboard',
33
version: '1.2.0',
44
service_control_url: 'http://localhost:33333/api/',
5-
monitoring_urls: ['http://localhost:33633/','http://localhost:33634/'],
5+
monitoring_urls: ['http://localhost:33633/'],
66
showPendingRetry: false,
77
};

0 commit comments

Comments
 (0)