initial upload
This commit is contained in:
parent
a0aa9cc28e
commit
f857f43df4
553 changed files with 46169 additions and 13 deletions
9
src/Api/Insight.Api/appsettings.json
Normal file
9
src/Api/Insight.Api/appsettings.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"AllowedHosts": "*",
|
||||
"Urls": "http://127.0.0.1:5000",
|
||||
"database": "mongodb://127.0.0.1:27017",
|
||||
"jwt.key": "x5dcaE8fiBmHfgsNrwIEtSWzZkz6gpouzKOIgEiVjxJnW28V1aUnYXF19IcnF5x",
|
||||
"jwt.exp": 3600,
|
||||
"jwt.audience": "https://insight.webmatic.de/api",
|
||||
"jwt.issuer": "https://insight.webmatic.de/api"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue