isn/appsettings.Development.json

7 lines
151 B
JSON
Raw Normal View History

2021-04-08 02:03:17 +01:00
{
"NuGet": {
"ExternalUrl" : "<http://localhost:5000/Packages",
"SourceDir" : "packages"
2021-04-08 03:08:20 +01:00
},
"RootApiKeySecret": "secret-key"
2021-04-08 02:03:17 +01:00
}