isn/appsettings.Development.json

7 lines
151 B
JSON
Raw Normal View History

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