insight/src/Web/Insight.Web/appsettings.Development.json

14 lines
351 B
JSON
Raw Normal View History

2023-09-21 18:58:32 +02:00
{
"AllowedHosts": "*",
"Urls": "http://127.0.0.1:5001",
2024-01-10 16:49:56 +01:00
"mongo.connection": "mongodb://db.insight.local:27017",
"mongo.connection0": "mongodb://insight.webmatic.de:27017",
2023-09-21 18:58:32 +02:00
"server.host": "insight.local",
2023-11-17 17:12:41 +01:00
"server.port": 3001,
"remote.port": 3003,
"remote.certificate": "localhost.pfx",
"remote.certificate.password": "Webmatic12"
2023-09-21 18:58:32 +02:00
}