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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user