Skip to content

Commit

Permalink
Added arch_pubkey to openprocurement.api.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Apr 12, 2017
1 parent 5ab4f4d commit 508ebd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/openprocurement.api.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 508ebd2

Please sign in to comment.