Fix #1056 - Add flag to accept URLs without a trailing slash
[mediagoblin.git] / mediagoblin / tests / appconfig_plugin_specs.ini
CommitLineData
d3604e29
CAW
1[mediagoblin]
2direct_remote_path = /mgoblin_static/
3email_sender_address = "notice@mediagoblin.example.org"
4
5## Uncomment and change to your DB's appropiate setting.
6## Default is a local sqlite db "mediagoblin.db".
7# sql_engine = postgresql:///gmg
8
9# set to false to enable sending notices
10email_debug_mode = true
11
12# Set to false to disable registrations
13allow_registration = true
14
15[plugins]
16[[mediagoblin.tests.testplugins.pluginspec]]
17some_string = "not blork"
18some_int = "not an int"
19
20# this one shouldn't have its own config
21[[mediagoblin.tests.testplugins.callables1]]