Added post_entry at /api/submit
[mediagoblin.git] / mediagoblin / tests / fake_celery_conf.ini
index 3e52ac3a676b4c53e74e8585dbae18751aa3ca13..67b0cba623db19d3eb2218248a0a1a9ab8d92449 100644 (file)
@@ -1,9 +1,9 @@
-['mediagoblin']
+[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
+[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