-
-
Save Cperbony/740bb29c79219f30a134825b9f138289 to your computer and use it in GitHub Desktop.
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_ENV=local | |
APP_KEY=base64:MW4KYHNp+TfiD3bEij1BihsoKXB3XUwxw9Yq1/axllA= | |
APP_DEBUG=true | |
APP_LOG_LEVEL=debug | |
APP_URL=http://localhost | |
DB_CONNECTION=mysql | |
DB_HOST=127.0.0.1 | |
DB_PORT=3306 | |
DB_DATABASE=code_editora_perboni | |
DB_USERNAME=root | |
DB_PASSWORD=root | |
BROADCAST_DRIVER=pusher | |
CACHE_DRIVER=file | |
SESSION_DRIVER=file | |
QUEUE_DRIVER=database | |
REDIS_HOST=127.0.0.1 | |
REDIS_PASSWORD=null | |
REDIS_PORT=6379 | |
MAIL_DRIVER=smtp | |
MAIL_HOST=mailtrap.io | |
MAIL_PORT=2525 | |
MAIL_USERNAME=937c6a65b43ba4 | |
MAIL_PASSWORD=9107cc59280172 | |
MAIL_ENCRYPTION=null | |
[email protected] | |
MAIL_FROM_NAME="Code Perboni" | |
PUSHER_APP_ID=551094 | |
PUSHER_KEY=d98bf0b83c0ed5764cb7 | |
PUSHER_SECRET=3078e3ae08bcf39abc2d | |
PUSHER_CLUSTER=us2 | |
USER_NAME=Administrator | |
[email protected] | |
USER_PASSWORD=secret | |
ROLE_ADMIN=Admin | |
ROLE_AUTHOR=Author | |
BOOK_STORAGE_DISK=book_local | |
STRIPE_SECRET=sk_test_5qQufWCXQUSGiC32yLf4JSuA |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment