Switched off debug mode

This commit is contained in:
WilliamMiceli
2018-08-13 15:21:56 -04:00
parent cf4afdbd43
commit c9297270d4

View File

@@ -7,7 +7,7 @@ services:
- 1.0.0.1
environment:
APP_ENV: production
APP_DEBUG: true
APP_DEBUG: false
APP_URL: ${URL}:${HOST_HTTP_PORT}
APP_CIPHER: AES-256-CBC
APP_KEY: ${APP_KEY}