BLENDER_ID_ENDPOINT should end with a slash
There is always a path component in a URL.
This commit is contained in:
@@ -2,7 +2,7 @@ import os
|
|||||||
|
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
|
|
||||||
BLENDER_ID_ENDPOINT = 'http://id.local:8000'
|
BLENDER_ID_ENDPOINT = 'http://id.local:8000/'
|
||||||
|
|
||||||
SERVER_NAME = 'cloud.local:5001'
|
SERVER_NAME = 'cloud.local:5001'
|
||||||
SCHEME = 'http'
|
SCHEME = 'http'
|
||||||
|
Reference in New Issue
Block a user