-
-
Save zurez/42dbec27c5d6e11d77236fa397d95213 to your computer and use it in GitHub Desktop.
This file contains hidden or 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_ENV=local | |
APP_DEBUG=true | |
APP_KEY=ibXjzma17W6BhqYjGcrtYjx4UT2pXTih | |
DB_CONNECTION=mysql | |
CACHE_DRIVER=file | |
SESSION_DRIVER=file | |
QUEUE_DRIVER=sync | |
REDIS_HOST=127.0.0.1 | |
REDIS_PASSWORD=null | |
REDIS_PORT=6379 | |
MAIL_DRIVER=smtp | |
MAIL_HOST=mailtrap.io | |
MAIL_PORT=2525 | |
MAIL_USERNAME=null | |
MAIL_PASSWORD=null | |
MAIL_ENCRYPTION=null | |
FCM_SERVER_KEY=AAAAFFsd5lA:APA91bGcvFGSlNTA98dJm_v5VkMtai7xpqAz6gdjS_iqwh13x7v0BoUjKGPVCaD7nkinEYLGoSic21YFManKL4itfenA4lqWBtrilPk137ACQ1KFerr4Nhx3qhOO3TbPIqwSHtzBTgvm | |
FCM_SENDER_ID=87428032080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment