Mike 2 лет назад
Родитель
Сommit
7dccc1172a
2 измененных файлов с 6 добавлено и 0 удалено
  1. 3 0
      config/settings.bat
  2. 3 0
      config/settings.env

+ 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