Explicitly added 'app.growuppro.com.br' to the central_domains list in config/tenancy.php.
This ensures the production subdomain is recognized as the central application (Super Admin),
preventing 500 errors caused by the application attempting to resolve it as a tenant.
Uncommented the '--force' flag in config/tenancy.php seeder_parameters.
Without this, tenant databases are created but not seeded (no admin user)
in the production environment, preventing login.