Switch to new API URL.

This commit is contained in:
Sybren A. Stüvel 2016-08-30 15:31:48 +02:00
parent 1df113ca01
commit 38ccb54b50

View File

@ -31,8 +31,8 @@ import rna_prop_ui
from . import pillar from . import pillar
PILLAR_SERVER_URL = 'https://cloudapi.blender.org/' PILLAR_SERVER_URL = 'https://cloud.blender.org/api/'
# PILLAR_SERVER_URL = 'http://localhost:5000/' # PILLAR_SERVER_URL = 'http://pillar:5001/api/'
ADDON_NAME = 'blender_cloud' ADDON_NAME = 'blender_cloud'
log = logging.getLogger(__name__) log = logging.getLogger(__name__)