aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/fake_config_spec.ini
blob: 9421ce36c40ac14605a69b58d3f6546056c44ace (plain)
1
2
3
4
5
6
7
8
9
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)