[ 'domain' => [ 'schema' => ((bool) env('IS_HTTPS_ENABLED', true)) ? 'https' : 'http', 'hostname' => env('DEFAULT_DOMAIN', ''), ], 'default_short_codes_length' => $shortCodesLength, 'auto_resolve_titles' => (bool) env('AUTO_RESOLVE_TITLES', false), 'append_extra_path' => (bool) env('REDIRECT_APPEND_EXTRA_PATH', false), ], ]; })();