Skip to content

Commit 2154cfc

Browse files
author
David Linko
committed
removed services related to transcoder since they arent up by default
1 parent a055b23 commit 2154cfc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

anms-ui/config_ui_env.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ window.anms_env_config = {
2525
SERVICE_INFO: {
2626
names: [
2727
"adminer","anms-core","authnz","amp-manager",
28-
"aricodec","postgres",
29-
"redis","mqtt-broker","transcoder",
30-
"grafana","grafana-image-renderer"
28+
"postgres","redis","grafana","grafana-image-renderer"
3129
],
3230
normal_status: ["running","healthy"],
3331
error_status: ["not-running","unhealthy"]
3432
}
35-
};
33+
};

0 commit comments

Comments
 (0)