set up authentication

This commit is contained in:
2025-01-01 20:23:55 +01:00
parent 1c4c2f077c
commit 0d2457b574
3 changed files with 8 additions and 2 deletions

View File

@@ -46,6 +46,9 @@ server:
key-store-type: PKCS12
key-store-password: password
account-registry:
url: http://localhost:9050
device-registry:
url: http://localhost:9010
@@ -85,6 +88,9 @@ server:
key-store-type: PKCS12
key-store-password: password
account-registry:
url: http://AccountRegistry:8080
device-registry:
url: http://DeviceRegistry:8080