Skip to content

Commit

Permalink
Merge branch 'a304530935131375_archivarius_integration' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Jul 27, 2017
2 parents d2f527c + 508ebd2 commit 6225ea8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ package-name =
openprocurement.contracting.api
openprocurement.tender.openuadefense
openprocurement.tender.competitivedialogue
openprocurement.archivarius.core
openprocurement.archivarius.contracts
openprocurement.archivarius.plans
openprocurement.archivarius.tenders

auto-checkout = ${:package-name}
parts =
Expand Down Expand Up @@ -54,6 +58,10 @@ openprocurement.tender.openeu = git ${remotes:opgh}.tender.openeu.git pushurl=${
openprocurement.contracting.api = git ${remotes:opgh}.contracting.api.git pushurl=${remotes:opgh_push}.contracting.api.git
openprocurement.tender.openuadefense = git ${remotes:opgh}.tender.openuadefense.git pushurl=${remotes:opgh_push}.tender.openuadefense.git
openprocurement.tender.competitivedialogue = git ${remotes:opgh}.tender.competitivedialogue.git pushurl=${remotes:opgh_push}.tender.competitivedialogue.git
openprocurement.archivarius.contracts = git ${remotes:opgh}.archivarius.contracts.git pushurl=${remotes:opgh_push}.archivarius.contracts.git
openprocurement.archivarius.plans = git ${remotes:opgh}.archivarius.plans.git pushurl=${remotes:opgh_push}.archivarius.plans.git
openprocurement.archivarius.tenders = git ${remotes:opgh}.archivarius.tenders.git pushurl=${remotes:opgh_push}.archivarius.tenders.git
openprocurement.archivarius.core = git ${remotes:opgh}.archivarius.core.git pushurl=${remotes:opgh_push}.archivarius.core.git

[config-from-template]
recipe = collective.recipe.template[genshi]:genshi
Expand Down
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 6225ea8

Please sign in to comment.