[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)