From 967d85319616ea17ea0f54f15e675ecf49424a18 Mon Sep 17 00:00:00 2001 From: engirugger42 <18199813+engirugger42@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:16:03 -0500 Subject: [PATCH] Update ras.service to include missing API_PORT argument --- config/ras.service | 1 + 1 file changed, 1 insertion(+) diff --git a/config/ras.service b/config/ras.service index 98daeaf..3fb41ca 100644 --- a/config/ras.service +++ b/config/ras.service @@ -8,6 +8,7 @@ Group=ras Environment="ADMIN_PORT=5196" Environment="ALERT_PORT=5194" Environment="AUTH_PORT=5190" +Environment="API_PORT=8080" Environment="BART_PORT=5195" Environment="BOS_PORT=5191" Environment="CHAT_NAV_PORT=5193"