Files
isn/appsettings.json
Paul Schneider 5b6d74d8ee protecting api
2021-04-08 03:08:20 +01:00

14 lines
274 B
JSON

{
"RootApiKeySecret": "<your-root-api-clear-key>",
"NuGet": {
"ExternalUrl" : "<http://your-external.url",
"SourceDir" : "<your-Source-dir>"
},
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}
}
}