File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ class Config(BaseSettings):
88 # It is possible to override the default values by setting the environment variables
99 model_config = SettingsConfigDict (env_file = Path (".env" ))
1010
11- CENTML_WEB_URL : str = os .getenv ("CENTML_WEB_URL" , default = "https ://app.centml.com/ " )
11+ CENTML_WEB_URL : str = os .getenv ("CENTML_WEB_URL" , default = "http ://localhost:5173 " )
1212 CENTML_CONFIG_PATH : str = os .getenv ("CENTML_CONFIG_PATH" , default = os .path .expanduser ("~/.centml" ))
1313 CENTML_CRED_FILE : str = os .getenv ("CENTML_CRED_FILE" , default = "credentials.json" )
1414 CENTML_CRED_FILE_PATH : str = os .path .join (CENTML_CONFIG_PATH , CENTML_CRED_FILE )
1515
16- CENTML_PLATFORM_API_URL : str = os .getenv ("CENTML_PLATFORM_API_URL" , default = "https ://api.centml.com " )
16+ CENTML_PLATFORM_API_URL : str = os .getenv ("CENTML_PLATFORM_API_URL" , default = "http ://localhost:16000 " )
1717
18- CENTML_WORKOS_CLIENT_ID : str = os .getenv ("CENTML_WORKOS_CLIENT_ID" , default = "client_01JP5TWW2997MF8AYQXHJEGYR0 " )
18+ CENTML_WORKOS_CLIENT_ID : str = os .getenv ("CENTML_WORKOS_CLIENT_ID" , default = "client_01JP5TWVNBMQ5FVC777FQZC661 " )
1919
2020 # Long-term credentials - can be set via environment variables
2121 CENTML_SERVICE_ACCOUNT_SECRET : Optional [str ] = os .getenv ("CENTML_SERVICE_ACCOUNT_SECRET" , default = None )
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ prometheus-client>=0.20.0
1010scipy >= 1.6.0
1111scikit-learn >= 1.5.1
1212platform-api-python-client == 4.1.9
13- platform-api-ops-client >= 1.0.0
13+ # platform-api-ops-client>=1.0.0
You can’t perform that action at this time.
0 commit comments