|
@@ -102,8 +102,8 @@ class Settings(BaseSettings):
|
|
|
sso_base_url: str = "http://192.168.92.61:8200"
|
|
sso_base_url: str = "http://192.168.92.61:8200"
|
|
|
sso_client_id: str = "5bdce571-c092-45ff-a491-44a14a000426"
|
|
sso_client_id: str = "5bdce571-c092-45ff-a491-44a14a000426"
|
|
|
sso_client_secret: str = "hmDeOtXZVbeo2AZ-x58yPssZLg4Tcb1W"
|
|
sso_client_secret: str = "hmDeOtXZVbeo2AZ-x58yPssZLg4Tcb1W"
|
|
|
- sso_redirect_uri: str = "http://localhost:3000/auth/callback"
|
|
|
|
|
- sso_frontend_url: str = "http://localhost:3000"
|
|
|
|
|
|
|
+ sso_redirect_uri: str = "http://183.220.37.46:23423/auth/callback"
|
|
|
|
|
+ sso_frontend_url: str = "http://183.220.37.46:23423"
|
|
|
sso_scope: str = "email"
|
|
sso_scope: str = "email"
|
|
|
sso_logout_redirect_url: str = "http://192.168.92.61:9200/login"
|
|
sso_logout_redirect_url: str = "http://192.168.92.61:9200/login"
|
|
|
jwt_secret_key: str = "change-me-in-production-use-a-long-random-string"
|
|
jwt_secret_key: str = "change-me-in-production-use-a-long-random-string"
|