This commit is contained in:
Paul Schneider 2021-05-02 16:37:03 +01:00
commit dd6d83cf06
28 changed files with 1097 additions and 184 deletions

View file

@ -1,9 +1,10 @@
{
"RootApiKeySecret": "<your-root-api-clear-key>",
"NuGet": {
"Nuget": {
"ExternalUrl" : "<http://your-external.url",
"PackagesRootDir" : "<your-Source-dir>",
"ProtectionTitle": "protected-data-v1"
"ProtectionTitle": "protected-data-v1",
"MaxUserKeyCount": 1
},
"ConnectionStrings": {
"DefaultConnection": "Server=<pqserver>;Port=<pqport>;Database=<dbname>;Username=<dbusername>;Password=<dbpass>;"