Created
March 20, 2017 11:46
-
-
Save jision/f1fe80a66b618a8897fa11f7eafdcd71 to your computer and use it in GitHub Desktop.
Laravel 5.2 env for resque
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
REDIS_HOST=127.0.0.1 | |
REDIS_PASSWORD=password | |
REDIS_PORT=6379 | |
REDIS_DB = 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment