Switched to help debug

This commit is contained in:
WilliamMiceli
2019-01-02 19:12:15 -05:00
parent d02141cb60
commit 19ef596f12

View File

@@ -9,8 +9,8 @@ services:
- 1.1.1.1
- 1.0.0.1
environment:
APP_ENV: production # "development" or "production"
APP_DEBUG: false
APP_ENV: 'development' # "development" or "production"
APP_DEBUG: true
{{- if .Values.TRAEFIK_HOST}}
APP_URL: https://${TRAEFIK_HOST} # No port number needed
{{- else}}