kilogramm/backend/app/config.py

12 lines
353 B
Python

from models import authConfiguration
settings = authConfiguration(
server_url="http://localhost:3000/auth",
realm="realm",
client_id="backend",
client_secret="",
authorization_url="http://localhost:3000/realms/realm/protocol/openid-connect/auth",
token_url="http://localhost:3000/realms/realm/protocol/openid-connect/token",
)