Skip to content

Commit 7d211d9

Browse files
author
Jose Ganora
committed
changes to implement qa and production env
1 parent dd6f2da commit 7d211d9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

helm-chart/values-production.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ service:
1313
targetPort: 80
1414
# Environment variables
1515
env:
16-
APP_NAME: Laravel
17-
APP_ENV: local
16+
APP_NAME: 'IFRC National Society Preparedness Messages'
17+
APP_ENV: production
1818
APP_DEBUG: false
19-
APP_URL: http://localhost
19+
APP_LOG_LEVEL: info
20+
APP_URL: https://api-preparemessages.ifrc.org
2021
LOG_CHANNEL: stack
2122
DB_PORT: 3306
2223
DB_CONNECTION: mysql

0 commit comments

Comments
 (0)