Oops, I forgot to include test_mgoblin_app_pdf.ini
This commit is contained in:
parent
118ca330df
commit
410ab9cacd
20
mediagoblin/tests/test_mgoblin_app_pdf.ini
Normal file
20
mediagoblin/tests/test_mgoblin_app_pdf.ini
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
[mediagoblin]
|
||||||
|
#Runs with an in-memory sqlite db for speed.
|
||||||
|
sql_engine = "sqlite://"
|
||||||
|
run_migrations = true
|
||||||
|
|
||||||
|
[storage:publicstore]
|
||||||
|
base_dir = %(here)s/user_dev/media/public
|
||||||
|
base_url = /mgoblin_media/
|
||||||
|
|
||||||
|
[storage:queuestore]
|
||||||
|
base_dir = %(here)s/user_dev/media/queue
|
||||||
|
|
||||||
|
[celery]
|
||||||
|
CELERY_ALWAYS_EAGER = true
|
||||||
|
CELERY_RESULT_DBURI = "sqlite:///%(here)s/user_dev/celery.db"
|
||||||
|
BROKER_URL = "sqlite:///%(here)s/test_user_dev/kombu.db"
|
||||||
|
|
||||||
|
[plugins]
|
||||||
|
[[mediagoblin.plugins.basic_auth]]
|
||||||
|
[[mediagoblin.media_types.pdf]]
|
Loading…
x
Reference in New Issue
Block a user