isn/appsettings.json

13 lines
274 B
JSON
Raw Normal View History

2021-04-08 02:03:17 +01:00
{
2021-04-08 03:08:20 +01:00
"RootApiKeySecret": "<your-root-api-clear-key>",
2021-04-08 02:03:17 +01:00
"NuGet": {
"ExternalUrl" : "<http://your-external.url",
"SourceDir" : "<your-Source-dir>"
},
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}
}
}