fixed nym-api config template

This commit is contained in:
Jędrzej Stuczyński
2024-02-06 15:11:57 +00:00
parent 79a7860185
commit 4c8ae077a2
+2 -5
View File
@@ -118,11 +118,8 @@ announce_address = '{{ coconut_signer.announce_address }}'
# Path to a JSON file where state is persisted between different stages of DKG.
dkg_persistent_state_path = '{{ coconut_signer.storage_paths.dkg_persistent_state_path }}'
# Path to the coconut verification key
verification_key_path = '{{ coconut_signer.storage_paths.verification_key_path }}'
# Path to the coconut verification key
secret_key_path = '{{ coconut_signer.storage_paths.secret_key_path }}'
# Path to the coconut key.
coconut_key_path = '{{ coconut_signer.storage_paths.coconut_key_path }}'
# Path to the dkg dealer decryption key
decryption_key_path = '{{ coconut_signer.storage_paths.decryption_key_path }}'