Turned off debugging for production so that others don't see the issues :).
This commit is contained in:
parent
b7f997c8b9
commit
299e3aa523
1 changed files with 1 additions and 1 deletions
2
.env
2
.env
|
@ -1,5 +1,5 @@
|
||||||
APP_ENV=production
|
APP_ENV=production
|
||||||
APP_DEBUG=true
|
APP_DEBUG=false
|
||||||
APP_KEY=u1B2wSjP9BcMNRi7L4IKJexNgzXd4cnW
|
APP_KEY=u1B2wSjP9BcMNRi7L4IKJexNgzXd4cnW
|
||||||
|
|
||||||
DB_HOST=ec2-54-197-245-93.compute-1.amazonaws.com
|
DB_HOST=ec2-54-197-245-93.compute-1.amazonaws.com
|
||||||
|
|
Loading…
Reference in a new issue