initial import
This commit is contained in:
commit
3b7e286a5b
61 changed files with 23607 additions and 0 deletions
12
appsettings.json
Normal file
12
appsettings.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"NuGet": {
|
||||
"ExternalUrl" : "<http://your-external.url",
|
||||
"SourceDir" : "<your-Source-dir>"
|
||||
},
|
||||
"Logging": {
|
||||
"IncludeScopes": false,
|
||||
"LogLevel": {
|
||||
"Default": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue