Tweak app.make_rattail_config()
to allow caller to define some settings.
This is mostly for the sake of tests etc.
This commit is contained in:
parent
2f5f9c8c3c
commit
4f5c0e6bd8
3 changed files with 71 additions and 15 deletions
8
tests/data/tailbone.conf
Normal file
8
tests/data/tailbone.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
[app:main]
|
||||
edbob.config = %(here)s/tailbone.conf
|
||||
|
||||
[rattail.db]
|
||||
keys = default, store
|
||||
default.url = sqlite://
|
||||
store.url = sqlite://
|
Loading…
Add table
Add a link
Reference in a new issue