Merge branch 'permission_scheme' of gitorious.org:mediagoblin/npigeons-mediagoblin...
[mediagoblin.git] / mediagoblin / tests / fake_carrot_conf_bad.ini
1 [carrotapp]
2 # Whether or not our carrots are going to be turned into cake.
3 ## These should throw errors
4 carrotcake = slobber
5 num_carrots = GROSS
6
7 # A message encouraging our users to eat their carrots.
8 encouragement_phrase = 586956856856 # shouldn't throw error
9
10 # Something extra!
11 blah_blah = "blah!" # shouldn't throw error either
12
13 [celery]
14 EAT_CELERY_WITH_CARROTS = pants # yeah that's def an error right there.