{
  "default": {
    "base_url": "http://localhost:18080",
    "upload_path": "/BeInformed/uploadFile",
    "contextPath": "BeInformed",
    "accept_header": "application/json",
    "accept_language": "en",
    "authentication_service": "pac4j",
    "authentication": "form",
    "login_url": "j_security_check",
    "pac4j_login_url": "callback?client_name=FormClient",
    "login_username_field": "j_username",
    "login_password_field": "j_password",
    "logout_url": "Logoff",
    "pac4j_logout_url": "logout",
    "oidc_client_id": "client_id",
    "oidc_client_secret": "client_secret",
    "oidc_scope": "openid profile email",
    "oidc_issuer_url": "http://localhost:8024/realms/master",
    "openApi": {
      "mode": "url"
    },
    "contract_validation": false,
    "self_signed_certificate": false
  }
}
