Skip to content

Commit

Permalink
Update .env_production
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuxd11 authored Apr 5, 2024
1 parent 974eb5f commit c7c0428
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions ProjectSync/.env_production
Original file line number Diff line number Diff line change
@@ -1,37 +1 @@
APP_NAME=ProjectSync
APP_ENV=production
APP_KEY=base64:xWdLc4KY3iJKHCupluHuu1nDwvprk4OAqnsc6RRrGsA=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=https://lbaw2363.lbaw.fe.up.pt
ASSET_URL=https://lbaw2363.lbaw.fe.up.pt
FORCE_HTTPS=true

DB_CONNECTION=pgsql
DB_HOST=db.fe.up.pt
DB_PORT=5432
DB_SCHEMA=lbaw2363
DB_DATABASE=lbaw2363
DB_USERNAME=lbaw2363
DB_PASSWORD=ElgwsbOw

BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
SESSION_LIFETIME=120
QUEUE_DRIVER=sync

MAIL_DRIVER=smtp
MAIL_HOST=smtp-relay.brevo.com
MAIL_PORT=587
[email protected]
MAIL_PASSWORD=3n61RJVCKZNqLYzA
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=noreply@project_sync.com
MAIL_FROM_NAME="${APP_NAME}"

BROADCAST_DRIVER=pusher
PUSHER_APP_ID=1727962
PUSHER_APP_KEY=86d630f278978f79fed7
PUSHER_APP_SECRET=32b8bc25cf5fe3ee49c2
PUSHER_APP_CLUSTER=eu

0 comments on commit c7c0428

Please sign in to comment.