-
-
Save morozander/a307d0d60988362efcdd5bb9ce646eab to your computer and use it in GitHub Desktop.
.env
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=Poputi | |
APP_ENV=local | |
APP_KEY=base64:59fCCVQ2O9v4Znp86koSAuXg2N2lTuVj1m+ApJ91lS8= | |
APP_DEBUG=true | |
APP_URL=http://localhost | |
LOG_CHANNEL=stack | |
DB_CONNECTION=mysql | |
DB_HOST=localhost | |
DB_PORT=3306 | |
DB_DATABASE=poputi | |
DB_USERNAME=root | |
DB_PASSWORD=123456 | |
BROADCAST_DRIVER=log | |
CACHE_DRIVER=file | |
SESSION_DRIVER=file | |
SESSION_LIFETIME=120 | |
QUEUE_DRIVER=sync | |
REDIS_HOST=127.0.0.3 | |
REDIS_PASSWORD=null | |
REDIS_PORT=6379 | |
MAIL_DRIVER=smtp | |
MAIL_HOST=smtp.gmail.com | |
MAIL_PORT=587 | |
[email protected] | |
MAIL_PASSWORD=uE&Vd%k5QJ9uZM2y | |
MAIL_ENCRYPTION=tls | |
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}" | |
ELASTICSEARCH_INDEX=scout | |
ELASTICSEARCH_HOST=http://localhost:9200 | |
SEARCH_ENABLED=false | |
SEARCH_HOSTS=localhost:9200 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment