We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2bb37 commit df22eaeCopy full SHA for df22eae
README.md
@@ -75,6 +75,9 @@ Change the connectionstring to your own postgres database
75
"AllowedHosts": "*",
76
"DatabaseConfiguration":{
77
"ConnectionString": "Host=192.168.1.1;Username=postgres;Password=postgres;Database=minimedia;Pooling=true;MinPoolSize=5;MaxPoolSize=100;"
78
+ },
79
+ "Prometheus": {
80
+ "MetricsUrl": "/metrics"
81
}
82
83
```
0 commit comments