Merge remote branch 'remotes/aaronw/feature410_markdown_bio'
[mediagoblin.git] / mediagoblin / tests / fake_config_spec.ini
CommitLineData
d5234024
CAW
1[carrotapp]
2# Whether or not our carrots are going to be turned into cake.
3carrotcake = boolean(default=False)
4num_carrots = integer(default=1)
5
6# A message encouraging our users to eat their carrots.
7encouragement_phrase = string()
8
9[celery]
10eat_celery_with_carrots = boolean(default=True)