Fix #1056 - Add flag to accept URLs without a trailing slash
[mediagoblin.git] / mediagoblin / tests / appconfig_plugin_specs.ini
1 [mediagoblin]
2 direct_remote_path = /mgoblin_static/
3 email_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
10 email_debug_mode = true
11
12 # Set to false to disable registrations
13 allow_registration = true
14
15 [plugins]
16 [[mediagoblin.tests.testplugins.pluginspec]]
17 some_string = "not blork"
18 some_int = "not an int"
19
20 # this one shouldn't have its own config
21 [[mediagoblin.tests.testplugins.callables1]]