Back to production and added some comments

This commit is contained in:
WilliamMiceli
2018-12-07 21:16:54 -05:00
parent 91e2890675
commit 5ed01f7645

View File

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