aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/fake_carrot_conf_bad.ini
blob: 0c79b354cb6430e8d7b82107ebca3d968bbb997e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[carrotapp]
# Whether or not our carrots are going to be turned into cake.
## These should throw errors
carrotcake = slobber
num_carrots = GROSS

# A message encouraging our users to eat their carrots.
encouragement_phrase = 586956856856 # shouldn't throw error

# Something extra!
blah_blah = "blah!" # shouldn't throw error either

[celery]
eat_celery_with_carrots = pants # yeah that's def an error right there.