Skip to content

Commit

Permalink
Remove keycloak settings
Browse files Browse the repository at this point in the history
  • Loading branch information
renceInbox committed Jan 26, 2024
1 parent d1f7e4f commit cf32c0c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/config/base.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
from pydantic import BaseModel
from pydantic_settings import BaseSettings, SettingsConfigDict


class KeycloakSettings(BaseModel):
server_url: str
client_id: str
client_secret: str
realm_name: str
admin_client_secret: str
callback_uri: str


class Settings(BaseSettings):
model_config = SettingsConfigDict(env_file=".envs/.local", extra="ignore")

Expand Down

0 comments on commit cf32c0c

Please sign in to comment.