Add project files.
This commit is contained in:
18
OfflineDemoApi/appsettings.json
Normal file
18
OfflineDemoApi/appsettings.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"AzureStorage": {
|
||||
"ConnectionString": "",
|
||||
"ContainerName": "shorts",
|
||||
"StorageAccountName": "",
|
||||
"StorageAccountKey": ""
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"sql": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user