insight/src/Web/Insight.Web/appsettings.Development.json
2024-01-10 16:49:56 +01:00

14 lines
No EOL
351 B
JSON

{
"AllowedHosts": "*",
"Urls": "http://127.0.0.1:5001",
"mongo.connection": "mongodb://db.insight.local:27017",
"mongo.connection0": "mongodb://insight.webmatic.de:27017",
"server.host": "insight.local",
"server.port": 3001,
"remote.port": 3003,
"remote.certificate": "localhost.pfx",
"remote.certificate.password": "Webmatic12"
}