diff --git a/.env.example b/.env.example index 27f6db4..836f8ca 100644 --- a/.env.example +++ b/.env.example @@ -1,16 +1,17 @@ -APP_NAME=Laravel -APP_ENV=local +APP_NAME="Clearing Houz" +APP_ENV=production APP_KEY= APP_DEBUG=true -APP_URL=http://localhost +#APP_URL=http://localhost LOG_CHANNEL=stack +LOG_LEVEL=info -DB_CONNECTION=mysql -DB_HOST=127.0.0.1 -DB_PORT=3306 -DB_DATABASE=homestead -DB_USERNAME=homestead +DB_CONNECTION=pgsql +DB_HOST=database +DB_PORT=5432 +DB_DATABASE=postgres +DB_USERNAME=postgres DB_PASSWORD=secret BROADCAST_DRIVER=log @@ -24,11 +25,12 @@ REDIS_PASSWORD=null REDIS_PORT=6379 MAIL_DRIVER=smtp -MAIL_HOST=smtp.mailtrap.io -MAIL_PORT=2525 +MAIL_HOST=mail.leenooks.vpn +MAIL_PORT=25 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null +MAIL_AUTO_EMBED_METHOD=base64 PUSHER_APP_ID= PUSHER_APP_KEY=