mediagoblin/mediagoblin/tests/appconfig_plugin_specs.ini
Christopher Allan Webber d3604e2920 Unit tests for plugins defining their own config_spec.ini!
This commit sponsored by David Ahmed.  Thank you!
2013-05-08 11:02:53 -05:00

22 lines
575 B
INI

[mediagoblin]
direct_remote_path = /mgoblin_static/
email_sender_address = "notice@mediagoblin.example.org"
## Uncomment and change to your DB's appropiate setting.
## Default is a local sqlite db "mediagoblin.db".
# sql_engine = postgresql:///gmg
# set to false to enable sending notices
email_debug_mode = true
# Set to false to disable registrations
allow_registration = true
[plugins]
[[mediagoblin.tests.testplugins.pluginspec]]
some_string = "not blork"
some_int = "not an int"
# this one shouldn't have its own config
[[mediagoblin.tests.testplugins.callables1]]