ApiKey
This commit is contained in:
parent
749eb645d5
commit
dd6d83cf06
28 changed files with 1097 additions and 184 deletions
|
|
@ -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>;"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue