Added correct environment variables for produciton database.
This commit is contained in:
parent
245ac1aa11
commit
9022e41e43
1 changed files with 5 additions and 5 deletions
10
.env
10
.env
|
@ -1,11 +1,11 @@
|
|||
APP_ENV=local
|
||||
APP_ENV=production
|
||||
APP_DEBUG=false
|
||||
APP_KEY=u1B2wSjP9BcMNRi7L4IKJexNgzXd4cnW
|
||||
|
||||
DB_HOST=localhost
|
||||
DB_DATABASE=billy
|
||||
DB_USERNAME=billy
|
||||
DB_PASSWORD=
|
||||
DB_HOST=ec2-54-197-245-93.compute-1.amazonaws.com
|
||||
DB_DATABASE=dc1bc4vmtb38m4
|
||||
DB_USERNAME=llvdihblvtiiqm
|
||||
DB_PASSWORD=udkzQvbodDRCRTYkoOiKS_dRs8
|
||||
|
||||
CACHE_DRIVER=file
|
||||
SESSION_DRIVER=file
|
||||
|
|
Loading…
Reference in a new issue