We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6f2da commit 7d211d9Copy full SHA for 7d211d9
helm-chart/values-production.yaml
@@ -13,10 +13,11 @@ service:
13
targetPort: 80
14
# Environment variables
15
env:
16
- APP_NAME: Laravel
17
- APP_ENV: local
+ APP_NAME: 'IFRC National Society Preparedness Messages'
+ APP_ENV: production
18
APP_DEBUG: false
19
- APP_URL: http://localhost
+ APP_LOG_LEVEL: info
20
+ APP_URL: https://api-preparemessages.ifrc.org
21
LOG_CHANNEL: stack
22
DB_PORT: 3306
23
DB_CONNECTION: mysql
0 commit comments