This commit was just to fix a few of the errors with the merging and to
[mediagoblin.git] / mediagoblin / tests / fake_config_spec.ini
1 [carrotapp]
2 # Whether or not our carrots are going to be turned into cake.
3 carrotcake = boolean(default=False)
4 num_carrots = integer(default=1)
5
6 # A message encouraging our users to eat their carrots.
7 encouragement_phrase = string()
8
9 [celery]
10 EAT_CELERY_WITH_CARROTS = boolean(default=True)