Skip to content

Commit df22eae

Browse files
authored
Update README.md
1 parent 7a2bb37 commit df22eae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ Change the connectionstring to your own postgres database
7575
"AllowedHosts": "*",
7676
"DatabaseConfiguration":{
7777
"ConnectionString": "Host=192.168.1.1;Username=postgres;Password=postgres;Database=minimedia;Pooling=true;MinPoolSize=5;MaxPoolSize=100;"
78+
},
79+
"Prometheus": {
80+
"MetricsUrl": "/metrics"
7881
}
7982
}
8083
```

0 commit comments

Comments
 (0)