Skip to content

Commit

Permalink
start cleanning
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Nov 1, 2024
1 parent 926c77f commit a9863a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions production/api/app/app_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ class AppSettings:
url_slimfaas: str
server_host: str
server_port: int
oidc_issuer: Optional[str] = None
oidc_authority: Optional[str] = "true"
oidc_authority: Optional[str] = None
oidc_enable: Optional[str] = "true"


class Settings:
Expand Down

0 comments on commit a9863a4

Please sign in to comment.