From 024777937e7f4bc3a30980b18fe8e506ab18849b Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Tue, 2 May 2023 17:01:01 +0100 Subject: [PATCH] fix config --- Probe/.env | 2 +- config.tpl.env | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Probe/.env b/Probe/.env index 49ee5d852a..e17e2fecd4 100644 --- a/Probe/.env +++ b/Probe/.env @@ -1 +1 @@ -PORT=3087 \ No newline at end of file +PORT=3500 \ No newline at end of file diff --git a/config.tpl.env b/config.tpl.env index a28e18aef0..fd75634f4d 100644 --- a/config.tpl.env +++ b/config.tpl.env @@ -77,6 +77,7 @@ API_DOCS_PORT=1445 WORKFLOW_PORT=3099 ALERT_PORT=3088 PROBE_API_PORT=3400 +PROBE_PORT=3500 FILE_PORT=3125 HOME_PORT=1444 IDENTITY_PORT=3087 @@ -136,4 +137,8 @@ ANALYTICS_KEY= ANALYTICS_HOST= DATABASE_MIGRATIONS_HOST=localhost -DATABASE_MIGRATIONS_PORT=5400 \ No newline at end of file +DATABASE_MIGRATIONS_PORT=5400 + +# Global Probes +# This is in the format of GLOBAL_PROBE_=,, +GLOBAL_PROBE_ONEUPTIME=OneUptime,Global probe to monitor oneuptime resources, \ No newline at end of file