Created
September 21, 2015 13:00
-
-
Save ndamnjanovic/1f69bb6ef9863db6a956 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=stage | |
APP_DEBUG=true | |
APP_KEY=TuOO60ykdxiBM7E8TTOa1cTxpihHqxvs | |
DB_HOST=localhost | |
DB_DATABASE=stage_zwivel_advertising | |
DB_USERNAME=root | |
DB_PASSWORD=root | |
CACHE_DRIVER=file | |
SESSION_DRIVER=file | |
QUEUE_DRIVER=sync | |
MAIL_DRIVER=smtp | |
MAIL_HOST=mailtrap.io | |
MAIL_PORT=2525 | |
MAIL_USERNAME=null | |
MAIL_PASSWORD=null | |
MAIL_ENCRYPTION=null | |
STRIPE_PUBLISHABLE_KEY=pk_test_nUjohYNXDrVUf9xtvCsgFSUt | |
STRIPE_SECRET_KEY=sk_test_ZlKgocZg0rvPSRHnHkGUQn27 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment