Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/py/mat3ra/api_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from mat3ra.api_client.endpoints.workflows import WorkflowEndpoints

# Default API Configuration
DEFAULT_API_HOST = "platform.mat3ra.com"
DEFAULT_API_HOST = "platform-new.mat3ra.com"
DEFAULT_API_PORT = 443
DEFAULT_API_VERSION = "2018-10-01"
DEFAULT_API_SECURE = True
Expand All @@ -29,8 +29,7 @@
AUTH_TOKEN_ENV_VAR = "AUTH_TOKEN"

# Default OIDC Configuration
CLIENT_ID = "default-client"
CLIENT_SECRET = "default-secret"
CLIENT_ID = "cli-device-client"
SCOPE = "openid profile email"

# API Paths
Expand Down
Loading