Skip to content

Commit

Permalink
fix: using generic endpoint for key verification
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Jun 19, 2024
1 parent bd24159 commit 05894ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/repositories.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Beware that the keys given here are used by the route that authenticates the machines.
*/
'endpoints' => [
'enterprise' => env('ENTERPRISE_ENDPOINT', 'https://my.nethesis.it/auth/product/nethsecurity'),
'enterprise' => env('ENTERPRISE_ENDPOINT', 'https://my.nethesis.it/auth'),
'community' => env('COMMUNITY_ENDPOINT', 'https://my.nethserver.com/api/machine/info'),
],

Expand Down

0 comments on commit 05894ad

Please sign in to comment.