diff --git a/config/goKMS/example02.yaml b/config/goKMS/example02.yaml index daae3148eebdcfa04aac1eb0e2e8a8f1e766c004..32cc939bf65cf86b801e0e3946b241b1ed7c7217 100644 --- a/config/goKMS/example02.yaml +++ b/config/goKMS/example02.yaml @@ -32,3 +32,5 @@ Peers: QuantumModule: Type: emulated Address: 172.100.20.16 +QkdnManagerServer: + Address: ":8090" diff --git a/config/goKMS/example03.yaml b/config/goKMS/example03.yaml index 8569c6dd3aef6bba15d3c91350b5dccd1e4b2bbd..9bb031d755d958f30b78ea07a81f0d777a231cb3 100644 --- a/config/goKMS/example03.yaml +++ b/config/goKMS/example03.yaml @@ -32,3 +32,5 @@ Peers: QuantumModule: Type: emulated Address: 172.100.20.20 +QkdnManagerServer: + Address: ":8090" diff --git a/config/goKMS/example04.yaml b/config/goKMS/example04.yaml index 90d6ced6c30477015b2c4c9c21c8a9c2cfc24408..c16622a4341571d0cf7e3f73743bc4b97d70096c 100644 --- a/config/goKMS/example04.yaml +++ b/config/goKMS/example04.yaml @@ -34,3 +34,5 @@ Peers: QuantumModule: Type: emulated Address: 172.100.20.21 +QkdnManagerServer: + Address: ":8090" diff --git a/config/goKMS/small_kms_1.yaml b/config/goKMS/small_kms_1.yaml index 55f848e9cf60afb01d3fe25ae5bb340c33243d34..686e5d3968f73d2391ddedc831e0d9881ce5e1f3 100644 --- a/config/goKMS/small_kms_1.yaml +++ b/config/goKMS/small_kms_1.yaml @@ -15,3 +15,5 @@ Peers: QuantumModule: Type: emulated Hostname: quantumlayer_1 +QkdnManagerServer: + Address: ":8090" diff --git a/config/goKMS/small_kms_2.yaml b/config/goKMS/small_kms_2.yaml index 5aa02a05b14164e39f892e010b9faaab8bb15775..83c4bb0cb165fa0d4a50041b1a6ac8324e170d71 100644 --- a/config/goKMS/small_kms_2.yaml +++ b/config/goKMS/small_kms_2.yaml @@ -15,3 +15,5 @@ Peers: QuantumModule: Type: emulated Hostname: quantumlayer_2 +QkdnManagerServer: + Address: ":8090" diff --git a/dev_env_data/debug_configs/config/kms/kms_1.yaml b/dev_env_data/debug_configs/config/kms/kms_1.yaml index 899aa6a1675ce76b5226399df9d504c347dda554..2418ae7ad96c9e86360c7e1614c181ad80865855 100644 --- a/dev_env_data/debug_configs/config/kms/kms_1.yaml +++ b/dev_env_data/debug_configs/config/kms/kms_1.yaml @@ -20,3 +20,5 @@ Peers: QuantumModule: Type: emulated Address: 172.200.20.20 +QkdnManagerServer: + Address: ":8090" diff --git a/dev_env_data/debug_configs/config/kms/kms_2.yaml b/dev_env_data/debug_configs/config/kms/kms_2.yaml index e9d763dcd90fb9417f5af7d4dfe9e2a8082c3db7..de4255d8f8fca1d09ad315d96b267a1acc742bc9 100644 --- a/dev_env_data/debug_configs/config/kms/kms_2.yaml +++ b/dev_env_data/debug_configs/config/kms/kms_2.yaml @@ -20,3 +20,5 @@ Peers: QuantumModule: Type: emulated Hostname: quantumlayer_2 +QkdnManagerServer: + Address: ":8090"