Remove trailing slash from BLENDER_ID_ENDPOINT

This commit is contained in:
2018-06-22 19:40:44 +02:00
parent b2d10b5ca7
commit 4e8530478a

View File

@@ -28,7 +28,7 @@ CACHE_REDIS_URL = 'redis://redis:6379'
PILLAR_SERVER_ENDPOINT = 'https://cloud.blender.org/api/'
BLENDER_ID_ENDPOINT = 'https://www.blender.org/id/'
BLENDER_ID_ENDPOINT = 'https://www.blender.org/id'
GCLOUD_APP_CREDENTIALS = '/data/config/google_app.json'
GCLOUD_PROJECT = 'blender-cloud'