diff --git a/templates/openprocurement.api.ini b/templates/openprocurement.api.ini index 98643270..b125f8a7 100644 --- a/templates/openprocurement.api.ini +++ b/templates/openprocurement.api.ini @@ -30,6 +30,7 @@ aws.secret_key = ${options['aws_secret_key']} {% if 'docservice_password' in options %}docservice_password = ${options['docservice_password']}{% end %} {% if 'dockey' in options %}dockey = ${options['dockey']}{% end %} {% if 'dockeys' in options %}dockeys = ${options['dockeys'].replace('\n','\0')}{% end %} +{% if 'arch_pubkey' in options %}arch_pubkey = ${options['arch_pubkey']}{% end %} {% if 'api_version' in options %} api_version = ${options['api_version']} {% end %}