Removed the URLer service

We don't have a need for it any more, so it can go.
This commit is contained in:
2018-01-31 14:33:41 +01:00
parent 08a814525b
commit 1b57b333df
6 changed files with 17 additions and 45 deletions

View File

@@ -183,11 +183,6 @@ GIT = 'git'
RENDER_HOME_AS_REGULAR_PROJECT = False
# Authentication token for the Urler service. If None, defaults
# to the authentication token of the current user.
URLER_SERVICE_AUTH_TOKEN = None
# Blender Cloud add-on version. This updates the value in all places in the
# front-end.
BLENDER_CLOUD_ADDON_VERSION = '1.4'