14 lines
311 B
INI
14 lines
311 B
INI
[carrotapp]
|
|
# Whether or not our carrots are going to be turned into cake.
|
|
carrotcake = true
|
|
num_carrots = 88
|
|
|
|
# A message encouraging our users to eat their carrots.
|
|
encouragement_phrase = "I'd love it if you eat your carrots!"
|
|
|
|
# Something extra!
|
|
blah_blah = "blah!"
|
|
|
|
[celery]
|
|
EAT_CELERY_WITH_CARROTS = False
|