rtrim((string) env('WEEZTIX_AUTH_BASE_URL', 'https://auth.openticket.tech'), '/'), /* |-------------------------------------------------------------------------- | Weeztix API base URL |-------------------------------------------------------------------------- */ 'api_base_url' => rtrim((string) env('WEEZTIX_API_BASE_URL', 'https://api.weeztix.com'), '/'), /* |-------------------------------------------------------------------------- | Current user profile (token validity + company hints) |-------------------------------------------------------------------------- | | Documented at https://docs.weeztix.com/docs/introduction/issue-request/ | Uses auth.weeztix.com by default; override if your token issuer uses another host. | */ 'user_profile_url' => (string) env('WEEZTIX_USER_PROFILE_URL', 'https://auth.weeztix.com/users/me'), ];