mediagoblin/mediagoblin/tests/appconfig_plugin_specs.ini

26 lines
726 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
# Set to true to run an instance with no authentication plugins enabled.
# You will not be able to login or register
authentication_disabled = false
[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]]