Skip to content

Commit

Permalink
Update default keycloak base url
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetBala-AOT authored Jan 24, 2024
1 parent a94b8bb commit f79b52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met-api/src/met_api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def SQLALCHEMY_DATABASE_URI(self) -> str:

# Keycloak configuration
KEYCLOAK_CONFIG = KC = {
'BASE_URL': os.getenv('KEYCLOAK_BASE_URL', ''),
'BASE_URL': os.getenv('KEYCLOAK_BASE_URL', 'https://dev.loginproxy.gov.bc.ca/auth'),
'REALMNAME': os.getenv('KEYCLOAK_REALMNAME', 'standard'),
'SERVICE_ACCOUNT_ID': os.getenv('MET_ADMIN_CLIENT_ID'),
'SERVICE_ACCOUNT_SECRET': os.getenv('MET_ADMIN_CLIENT_SECRET'),
Expand Down

0 comments on commit f79b52e

Please sign in to comment.