insight/src/Api/Insight.Api/appsettings.Development.json
2023-09-21 18:58:32 +02:00

9 lines
No EOL
293 B
JSON

{
"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"
}