-
-
Save heinthanth/c2f7f8d3ef89ba25f7aaf9d391f792cd to your computer and use it in GitHub Desktop.
Laravel Social Login
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
APP_NAME='Social Login' | |
APP_ENV=local | |
APP_KEY=base64:BspNdmtQ8Z4qR7uL+bSiZQzKaMVPYjnUnq9LBn6jkSo= | |
APP_DEBUG=true | |
APP_URL=http://localhost | |
LOG_CHANNEL=errorlog | |
DB_CONNECTION=mysql | |
DB_HOST=127.0.0.1 | |
DB_PORT=3306 | |
DB_DATABASE=social | |
DB_USERNAME=root | |
DB_PASSWORD=root | |
BROADCAST_DRIVER=log | |
CACHE_DRIVER=file | |
QUEUE_CONNECTION=sync | |
SESSION_DRIVER=file | |
SESSION_LIFETIME=120 | |
REDIS_HOST=127.0.0.1 | |
REDIS_PASSWORD=null | |
REDIS_PORT=6379 | |
MAIL_DRIVER=smtp | |
MAIL_HOST=smtp.mailtrap.io | |
MAIL_PORT=2525 | |
MAIL_USERNAME=null | |
MAIL_PASSWORD=null | |
MAIL_ENCRYPTION=null | |
AWS_ACCESS_KEY_ID= | |
AWS_SECRET_ACCESS_KEY= | |
AWS_DEFAULT_REGION=us-east-1 | |
AWS_BUCKET= | |
PUSHER_APP_ID= | |
PUSHER_APP_KEY= | |
PUSHER_APP_SECRET= | |
PUSHER_APP_CLUSTER=mt1 | |
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}" | |
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" | |
FACEBOOK_CLIENT_ID=xxxxxxx | |
FACEBOOK_CLIENT_SECRET=xxxxxx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment