@@ -23,6 +23,7 @@ class Migration(migrations.Migration):
('public_service_url',models.URLField(verbose_name='Public Service URL')),
('enable_learner_issuance',models.BooleanField(default=False,help_text='Enable issuance of credentials via Credential Service.',verbose_name='Enable Learner Issuance')),
('enable_studio_authoring',models.BooleanField(default=False,help_text='Enable authoring of Credential Service credentials in Studio.',verbose_name='Enable Authoring of Credential in Studio')),
('cache_ttl',models.PositiveIntegerField(default=0,help_text='Specified in seconds. Enable caching by setting this to a value greater than 0.',verbose_name='Cache Time To Live')),
field=models.PositiveIntegerField(default=0,help_text='Specified in seconds. Enable caching by setting this to a value greater than 0.',verbose_name='Cache Time To Live'),