We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0563f08 commit bd6e240Copy full SHA for bd6e240
silverback/cluster/settings.py
@@ -12,7 +12,7 @@ class AuthenticationConfig(BaseModel):
12
"""Authentication host configuration information (~/.silverback/profile.toml)"""
13
14
host: str = "https://account.apeworx.io"
15
- client_id: str = Field(default="lcylrp34lnggGO-E-KKlMJgvAI4Q2Jhf6U2G6CB5uMg", alias="client-id")
+ client_id: str = Field(default="c9f9be0e-1f0a-474c-b79e-319778b37ae6", alias="client-id")
16
17
18
class BaseProfile(BaseModel):
0 commit comments