Skip to content

Commit 0fe966a

Browse files
authored
Merge pull request #17 from cloudstruct/fix/preview-prometheus
fix: preview prometheus listen address 0.0.0.0
2 parents 2637dc1 + 13f54d4 commit 0fe966a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/preview-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
],
7474
"hasEKG": 12788,
7575
"hasPrometheus": [
76-
"127.0.0.1",
76+
"0.0.0.0",
7777
12798
7878
],
7979
"minSeverity": "Info",

0 commit comments

Comments
 (0)