aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/fake_config_spec.ini
blob: 43f2e236a256b62b271c24abd45722be0bd8dcb9 (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)