Fix #1025 - Make API IDs IRIs
[mediagoblin.git] / mediagoblin / tests / fake_config_spec.ini
CommitLineData
d5234024
CAW
1[carrotapp]
2# Whether or not our carrots are going to be turned into cake.
3carrotcake = boolean(default=False)
4num_carrots = integer(default=1)
5
6# A message encouraging our users to eat their carrots.
7encouragement_phrase = string()
8
9[celery]
e9f87f72 10EAT_CELERY_WITH_CARROTS = boolean(default=True)