aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/appconfig_plugin_specs.ini
blob: 2029aa81d72e0cb45c8822dd459f9013021313a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[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
no_auth = 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]]