Skip to content

Commit bd6e240

Browse files
committed
refactor(Cluster): update CLI OAuth client ID
1 parent 0563f08 commit bd6e240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

silverback/cluster/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class AuthenticationConfig(BaseModel):
1212
"""Authentication host configuration information (~/.silverback/profile.toml)"""
1313

1414
host: str = "https://account.apeworx.io"
15-
client_id: str = Field(default="lcylrp34lnggGO-E-KKlMJgvAI4Q2Jhf6U2G6CB5uMg", alias="client-id")
15+
client_id: str = Field(default="c9f9be0e-1f0a-474c-b79e-319778b37ae6", alias="client-id")
1616

1717

1818
class BaseProfile(BaseModel):

0 commit comments

Comments
 (0)