Fixed issue

This commit is contained in:
WilliamMiceli
2019-01-02 19:18:31 -05:00
parent 19ef596f12
commit 12f2805f72
2 changed files with 4 additions and 3 deletions

View File

@@ -9,3 +9,4 @@ https://snipe-it.readme.io/docs/generate-your-app-key
### After upgrading to a later version, use:
`php artisan migrate`
Also use if upon starting for the first time, and you get an error, as this may fix it

View File

@@ -9,8 +9,8 @@ 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} # No port number needed
{{- else}}