Skip to content

Commit

Permalink
Merge pull request #18 from vmotso/config_order
Browse files Browse the repository at this point in the history
add app meta configuration
  • Loading branch information
leits committed May 4, 2018
2 parents 7c861e0 + 4e6df60 commit c304575
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
15 changes: 15 additions & 0 deletions openregistry/assets/claimrights/tests/app_meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
plugins:
api:
plugins:
assets.core:
plugins:
assets.claimrights:

config:
auth:
type: file
src: auth.ini
database:
couchdb.db_name: tests
couchdb.url: http://op:op@localhost:5984/
6 changes: 0 additions & 6 deletions openregistry/assets/claimrights/tests/plugins.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions openregistry/assets/claimrights/tests/tests.ini
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
[app:main]
use = egg:openprocurement.api

couchdb.db_name = tests
couchdb.url = http://op:op@localhost:5984/

auth.file = %(here)s/auth.ini

pyramid.reload_templates = true
pyramid.debug_authorization = true
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = true
pyramid.default_locale_name = en
plugins = %(here)s/plugins.yaml

[server:main]
use = egg:chaussette
Expand Down

0 comments on commit c304575

Please sign in to comment.