Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
Signed-off-by: Toby Yan <me@tobyan.com>
  • Loading branch information
toby1991 committed Jul 5, 2019
1 parent 917cc5a commit 310d81a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .env.example.json
Expand Up @@ -4,14 +4,14 @@
"APP_DEBUG": true,
"APP_PORT": 8080,
"APP_LOCALE": "en",
"APP_KEY": "ajwklefjklwjelkflkwefwef",
"APP_KEY": "YOUR-APP-KEY",

"DB_CONNECTION": "mysql",
"DB_HOST": "127.0.0.1",
"DB_PORT": "3306",
"DB_DATABASE": "wallet",
"DB_USERNAME": "root",
"DB_PASSWORD": "eznOiMjtLXWugdDl9MLm",
"DB_DATABASE": "YOUR-DATABASE-NAME",
"DB_USERNAME": "YOUR-DATABASE-USER",
"DB_PASSWORD": "YOUR-DATABASE-USER-PASSWORD",
"DB_PREFIX": "prefix_",

"CACHE_DRIVER": "memory",
Expand All @@ -21,7 +21,7 @@
"REDIS_DB": 0,
"REDIS_CACHE_DB": 1,

"AUTH_SIGN_KEY": "klasdjflksdjfklsdkljf",
"AUTH_SIGN_KEY": "YOUR-AUTH-SIGN-KEY",

"QUEUE_CONNECTION": "nsq",
"QUEUE_NSQD_TCP_HOST": "127.0.0.1",
Expand Down

0 comments on commit 310d81a

Please sign in to comment.