22 lines
575 B
INI
22 lines
575 B
INI
[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]]
|