update env.example and fix token-issue

This commit is contained in:
Mohit Panjwani
2019-11-19 19:26:13 +05:30
parent 953598b2e8
commit b3aeafef47
7 changed files with 14 additions and 209981 deletions

View File

@ -1,15 +1,15 @@
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_ENV=production
APP_KEY=base64:kgk/4DW1vEVy7aEvet5FPp5un6PIGe/so8H0mvoUtW0=
APP_DEBUG=false
APP_LOG_LEVEL=debug
APP_URL=http://localhost
APP_URL=http://crater.test
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
DB_DATABASE=crater
DB_USERNAME=root
DB_PASSWORD=bytefury
BROADCAST_DRIVER=log
CACHE_DRIVER=file