Skip to content

Commit cf32c0c

Browse files
committed
Remove keycloak settings
1 parent d1f7e4f commit cf32c0c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

app/config/base.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
1-
from pydantic import BaseModel
21
from pydantic_settings import BaseSettings, SettingsConfigDict
32

43

5-
class KeycloakSettings(BaseModel):
6-
server_url: str
7-
client_id: str
8-
client_secret: str
9-
realm_name: str
10-
admin_client_secret: str
11-
callback_uri: str
12-
13-
144
class Settings(BaseSettings):
155
model_config = SettingsConfigDict(env_file=".envs/.local", extra="ignore")
166

0 commit comments

Comments
 (0)