mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix config
This commit is contained in:
@@ -1 +1 @@
|
||||
PORT=3087
|
||||
PORT=3500
|
||||
@@ -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
|
||||
DATABASE_MIGRATIONS_PORT=5400
|
||||
|
||||
# Global Probes
|
||||
# This is in the format of GLOBAL_PROBE_<NAME>=<ProbeName>,<ProbeDescription>,<ProbeKey>
|
||||
GLOBAL_PROBE_ONEUPTIME=OneUptime,Global probe to monitor oneuptime resources,<probe-key>
|
||||
Reference in New Issue
Block a user