
Instead of the previous passing in of dictionaries, we're actually checking some example config files.
10 lines
215 B
INI
10 lines
215 B
INI
['mediagoblin']
|
|
# I got nothin' in this file!
|
|
|
|
['celery']
|
|
some_variable = floop
|
|
mail_port = 2000
|
|
celeryd_eta_scheduler_precision = 1.3
|
|
celery_result_persistent = true
|
|
celery_imports = foo.bar.baz, this.is.an.import
|