Merge branch 'pre-auth' into basic_auth
[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 # Set to true to run an instance with no authentication plugins enabled.
16 # You will not be able to login or register
17 no_auth = true
18
19 [plugins]
20 [[mediagoblin.tests.testplugins.pluginspec]]
21 some_string = "not blork"
22 some_int = "not an int"
23
24 # this one shouldn't have its own config
25 [[mediagoblin.tests.testplugins.callables1]]