
Instead of the previous passing in of dictionaries, we're actually checking some example config files.
15 lines
287 B
INI
15 lines
287 B
INI
['mediagoblin']
|
|
db_host = mongodb.example.org
|
|
db_port = 8080
|
|
db_name = captain_lollerskates
|
|
|
|
['something']
|
|
or = other
|
|
|
|
['celery']
|
|
some_variable = poolf
|
|
mail_port = 2020
|
|
celeryd_eta_scheduler_precision = 3.1
|
|
celery_result_persistent = false
|
|
celery_imports = baz.bar.foo, import.is.a.this
|