Skip to content

Instantly share code, notes, and snippets.

@mschirbel
Created January 26, 2019 04:08
Show Gist options
  • Save mschirbel/203633540b604ccdbb3dfbd06c48d9e1 to your computer and use it in GitHub Desktop.
Save mschirbel/203633540b604ccdbb3dfbd06c48d9e1 to your computer and use it in GitHub Desktop.
laravel-env
APP_NAME=Laravel
APP_ENV=production
APP_KEY=
APP_DEBUG=false
APP_LOG_LEVEL=debug
APP_URL=http://localhost
DB_CONNECTION=mysql
DB_HOST=192.168.56.101
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=laraveluser
DB_PASSWORD=Neide@2018
BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
# Set the allowed domains for CORS.
# Separate each one by a comma.
# Remove or comment to allow all origins.
CORS_ALLOWED_ORIGINS=http://localhost:3000,http://localhost:4200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment