Skip to content

Commit

Permalink
Updated private repository URL to the new backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaldung committed Nov 9, 2023
1 parent ae7ab7f commit b16e86e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Kernel/Config/Files/XML/Framework.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2730,7 +2730,7 @@
<Item>
<Hash>
<Item Key="Name">Example repository 1</Item>
<Item Key="URL">https://addons.znuny.com/api/addon_repos/</Item>
<Item Key="URL">https://addons.znuny.com/private</Item>
<Item Key="AuthHeaderKey">Authorization</Item>
<Item Key="AuthHeaderValue">Token token=123</Item>
</Hash>
Expand Down
8 changes: 4 additions & 4 deletions Kernel/System/Package.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1469,18 +1469,18 @@ Returns:
my %RepositoryList = (
'Freebie Features' => {
URL => 'https://download.znuny.org/releases/packages/',
URL => 'https://download.znuny.org/releases/packages',
},
'Znuny Open Source Add-ons' => {
URL => 'https://addons.znuny.com/api/addon_repos/public/',
URL => 'https://addons.znuny.com/public',
},
'Znuny GmbH' => {
URL => 'https://addons.znuny.com/api/addon_repos/',
URL => 'https://addons.znuny.com/private',
AuthHeaderKey => '...',
AuthHeaderValue => '...',
},
'Customer Z' => {
URL => 'https://addons.znuny.com/api/addon_repos/',
URL => 'https://addons.znuny.com/private',
AuthHeaderKey => '...',
AuthHeaderValue => '...',
},
Expand Down

0 comments on commit b16e86e

Please sign in to comment.