aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/fake_config_spec.ini
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/tests/fake_config_spec.ini')
-rw-r--r--mediagoblin/tests/fake_config_spec.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/mediagoblin/tests/fake_config_spec.ini b/mediagoblin/tests/fake_config_spec.ini
new file mode 100644
index 00000000..9421ce36
--- /dev/null
+++ b/mediagoblin/tests/fake_config_spec.ini
@@ -0,0 +1,10 @@
+[carrotapp]
+# Whether or not our carrots are going to be turned into cake.
+carrotcake = boolean(default=False)
+num_carrots = integer(default=1)
+
+# A message encouraging our users to eat their carrots.
+encouragement_phrase = string()
+
+[celery]
+eat_celery_with_carrots = boolean(default=True) \ No newline at end of file