Skip to content

Commit 67cc9a2

Browse files
authored
exordos_universal_agent: use core via LB (#373)
1 parent 8629279 commit 67cc9a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

etc/exordos_universal_agent/exordos_universal_agent.conf.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ capabilities =
3232
[CoreDNSCertificateCapabilityDriver]
3333
username = admin
3434
password = {{ admin_password }}
35-
user_api_base_url = http://localhost:11010/v1
35+
user_api_base_url = http://localhost:80/api/core/v1
3636

3737

3838
[UserCapabilityDriver]
3939
username = admin
4040
password = {{ admin_password }}
41-
user_api_base_url = http://localhost:11010
41+
user_api_base_url = http://localhost:80/api/core

0 commit comments

Comments
 (0)