insight/src/Web/Insight.Web/appsettings.Development.json
2023-11-17 17:12:41 +01:00

12 lines
No EOL
333 B
JSON

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