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

9 lines
293 B
JSON
Raw Normal View History

2023-09-21 18:58:32 +02:00
{
"AllowedHosts": "*",
"Urls": "http://127.0.0.1:5000",
"database": "mongodb://db.insight.local:27017",
"jwt.key": "x5dcaE8fiBmHfgsNrwIEtSWzZkz6gpouzKOIgEiVjxJnW28V1aUnYXF19IcnF5x",
"jwt.exp": 3600,
"jwt.audience": "http://127.0.0.1:5000",
"jwt.issuer": "http://127.0.0.1:5000"
}