APP_NAME="Gestor Now" APP_ENV=local APP_KEY=base64:op88QhRfgwtTPhXI4F0w1NOPcUXQuS9iNR/MJ4Z/3qo= APP_DEBUG=true APP_URL=http://137.131.223.200 IS_DEMO=false #ASSET_URL=http://137.131.223.200:5173 VITE_DEV_SERVER_HOST=137.131.223.200 LOG_CHANNEL=stack LOG_LEVEL=debug DB_CONNECTION=mysql DB_HOST=136.248.118.92 DB_PORT=3306 DB_DATABASE=gestornow DB_USERNAME=gestornow DB_PASSWORD='Bavum4ik@12' BROADCAST_DRIVER=log CACHE_DRIVER=file QUEUE_CONNECTION=sync SESSION_DRIVER=file SESSION_LIFETIME=120 MEMCACHED_HOST=127.0.0.1 REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 MAIL_MAILER=smtp MAIL_HOST=smtp.email.sa-saopaulo-1.oci.oraclecloud.com MAIL_PORT=587 MAIL_USERNAME=ocid1.user.oc1..aaaaaaaaggiaqxmd5k6ux75pwlgxrsmwlz6d6bgqmjjutil7vb5t5k4xvlua@ocid1.tenancy.oc1..aaaaaaaabzpjjjnievy2bgqm6xzffo5x4n5kv5bx3hs4ovvtpo5niervnj4q.w1.com MAIL_PASSWORD=WM{0ILY7aQbqpRBX89H} MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS="noreply@gestornow.com" MAIL_FROM_NAME="${APP_NAME}" AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= AWS_DEFAULT_REGION=us-east-1 AWS_BUCKET= BROADCAST_DRIVER=pusher PUSHER_APP_ID=2020400 PUSHER_APP_KEY=4812027e2573323b97e6 PUSHER_APP_SECRET=a0b0473cab7570da37bd PUSHER_APP_CLUSTER=sa1 MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}" # ============================================================================= # CONFIGURAÇÕES DE WEBHOOK GITHUB # ============================================================================= # Segredo do webhook do GitHub # Gere uma string aleatória segura com: openssl rand -hex 32 GITHUB_WEBHOOK_SECRET=19f6fc3c025337205f2c27f0ba18576a579326cc1b506ad7c1743eb66258ff5e # ============================================================================= # EXEMPLO DE CONFIGURAÇÕES OPCIONAIS # ============================================================================= # Notificações Slack (opcional) SLACK_WEBHOOK_URL=https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX # Notificações Discord (opcional) DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/1387919651773878293/mgrYz6FvlRqAxbpxoWA2B_0BxwnXQ9cIqyioolLzI5LL1mPHXa4tGjrTxQ1JQm4VCnur # Configurações de deploy DEPLOY_BRANCH=main DEPLOY_TIMEOUT=300 # ============================================================================= # INSTRUÇÕES # ============================================================================= # 1. Copie as configurações necessárias para seu arquivo .env # 2. Gere uma chave secreta segura: # openssl rand -hex 32 # 3. Configure o webhook no GitHub: # - URL: https://seudominio.com/api/webhook/github # - Content type: application/json # - Secret: A mesma string do GITHUB_WEBHOOK_SECRET # - Events: Just the push event # 4. Teste localmente: # php artisan webhook:test --dry-run # ============================================================================= # CONFIGURA ES DO GOOGLE CALENDAR # ============================================================================= # Credenciais OAuth2 do Google Calendar # Obtenha em: https://console.cloud.google.com/apis/credentials GOOGLE_CALENDAR_CLIENT_ID=430499526233-kjm4kcuhmp206cjr1qpjv5ovtc98r1af.apps.googleusercontent.com GOOGLE_CALENDAR_CLIENT_SECRET=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 GOOGLE_CALENDAR_REDIRECT_URI=https://gestornow.com GOOGLE_CLIENT_ID=920611363727-3iqnp63abd28jbfsl42sl94dnpo27n61.apps.googleusercontent.com GOOGLE_CLIENT_SECRET=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 GOOGLE_REDIRECT_URI=https://gestornow.com/auth/google/callback