Initial files
This commit is contained in:
10
Encoder/appsettings.json
Normal file
10
Encoder/appsettings.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"TemporaryFilesPath": "./Temp"
|
||||
}
|
||||
Reference in New Issue
Block a user