Remove now-unused PILLAR_WEB_SERVER_URL
This commit is contained in:
parent
36bbead1e1
commit
2e617287fd
@ -12,9 +12,7 @@ from bpy.props import StringProperty, EnumProperty, PointerProperty, BoolPropert
|
|||||||
from . import pillar, gui
|
from . import pillar, gui
|
||||||
|
|
||||||
PILLAR_SERVER_URL = 'https://cloudapi.blender.org/'
|
PILLAR_SERVER_URL = 'https://cloudapi.blender.org/'
|
||||||
PILLAR_WEB_SERVER_URL = 'https://cloudapi.blender.org/'
|
|
||||||
# PILLAR_SERVER_URL = 'http://localhost:5000/'
|
# PILLAR_SERVER_URL = 'http://localhost:5000/'
|
||||||
# PILLAR_WEB_SERVER_URL = 'http://pillar_web:5001/'
|
|
||||||
|
|
||||||
ADDON_NAME = 'blender_cloud'
|
ADDON_NAME = 'blender_cloud'
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
Reference in New Issue
Block a user