Extra bit of information in template indicating AuthToken is expected to be b58

This commit is contained in:
Jedrzej Stuczynski
2020-01-31 11:48:16 +00:00
parent 02add8d416
commit e9f96e030f
+1 -1
View File
@@ -27,7 +27,7 @@ public_identity_key_file = "{{ client.public_identity_key_file }}"
# ID of the provider from which the client should be fetching messages.
provider_id = "{{ client.provider_id }}"
# A provider specific, optional, stringified authentication token used for
# A provider specific, optional, base58 stringified authentication token used for
# communication with particular provider.
provider_authtoken = "{{ client.provider_authtoken }}"