4
0
Mike 2 жил өмнө
parent
commit
7dccc1172a

+ 3 - 0
config/settings.bat

@@ -1,3 +1,6 @@
+rem The port that the management API service binds to.
+set API_PORT=8080
+
 rem The port that the Alert service binds to.
 set ALERT_PORT=5194
 

+ 3 - 0
config/settings.env

@@ -1,3 +1,6 @@
+# The port that the management API service binds to.
+export API_PORT=8080
+
 # The port that the Alert service binds to.
 export ALERT_PORT=5194