ServerlessLibrary/ServerlessLibraryAPI/appsettings.json

17 строки
289 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*",
"ApplicationInsights": {
"InstrumentationKey": "d35b5caf-a276-467c-9ac7-f7f7d84ea171"
},
"Authentication": {
"GitHub": {
"ClientId": "",
"ClientSecret": ""
}
}
}