Dot-Notation for Users.status
[mediagoblin.git] / mediagoblin / tests / fake_config_spec.ini
1 [carrotapp]
2 # Whether or not our carrots are going to be turned into cake.
3 carrotcake = boolean(default=False)
4 num_carrots = integer(default=1)
5
6 # A message encouraging our users to eat their carrots.
7 encouragement_phrase = string()
8
9 [celery]
10 eat_celery_with_carrots = boolean(default=True)