Obtain subscription info from Store.

This was in Pillar, and is now moved to Blender Cloud. It's used to obtain
the subscription expiration date from Blender Store.
This commit is contained in:
2017-11-30 15:45:40 +01:00
parent d5d189de8c
commit 532bf60041
4 changed files with 80 additions and 3 deletions

View File

@@ -38,7 +38,10 @@ class CloudExtension(PillarExtension):
# Just so that it registers the management commands.
from . import cli
return {}
return {
'EXTERNAL_SUBSCRIPTIONS_MANAGEMENT_SERVER': 'https://store.blender.org/api/',
'EXTERNAL_SUBSCRIPTIONS_TIMEOUT_SECS': 10,
}
def eve_settings(self):
"""Returns extensions to the Eve settings.