Skip to content

Commit

Permalink
Update the CloudConnexa base URL
Browse files Browse the repository at this point in the history
The base URL for the API service provided by CloudConnexa has changed.

Signed-off-by: David Sommerseth <[email protected]>
  • Loading branch information
dsommers committed May 22, 2023
1 parent 46a7f3c commit 4bc5bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvpn/connector/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from openvpn.connector.token import DecodeToken


CLOUDCONNEXA_BASEURL='https://cloud-backend.openvpn.com/cvpn/api/v1/profiles/'
CLOUDCONNEXA_BASEURL='https://network-management-gw.openvpn.com/network-gate/api/v1/profiles/'
if 'CLOUDCONNEXA_BASEURL' in os.environ:
CLOUDCONNEXA_BASEURL=os.environ['CLOUDCONNEXA_BASEURL']

Expand Down

0 comments on commit 4bc5bea

Please sign in to comment.