blob: 5511cd97114713df487bbc91ec394ab7aef15fab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[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
[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]]
|