We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fde20 commit 1f1a604Copy full SHA for 1f1a604
sentinel-kit_server_frontend/src/services/sslChecker.js
@@ -1,18 +1,18 @@
1
const SERVICES = {
2
+ backend: {
3
+ name: '1 - Backend API',
4
+ url: import.meta.env.VITE_BACKEND_URL,
5
+ description: 'Main application backend'
6
+ },
7
kibana: {
- name: 'Kibana',
8
+ name: '2 - Kibana',
9
url: import.meta.env.VITE_KIBANA_URL,
10
description: 'Log analysis'
11
},
12
grafana: {
- name: 'Grafana',
13
+ name: '3 - Grafana',
14
url: import.meta.env.VITE_GRAFANA_URL,
15
description: 'Metrics and monitoring'
- },
- backend: {
- name: 'Backend API',
- url: import.meta.env.VITE_BACKEND_URL,
- description: 'Main application backend'
16
}
17
};
18
0 commit comments