|
@@ -8,9 +8,9 @@ APP_KEY={{ app_secret_key }}
|
|
|
APP_DEBUG=false
|
|
APP_DEBUG=false
|
|
|
APP_URL="https://{{ app_domain }}"
|
|
APP_URL="https://{{ app_domain }}"
|
|
|
|
|
|
|
|
-LOG_CHANNEL=stack
|
|
|
|
|
-LOG_DEPRECATIONS_CHANNEL=null
|
|
|
|
|
-LOG_LEVEL=info
|
|
|
|
|
|
|
+LOG_CHANNEL=daily
|
|
|
|
|
+LOG_DEPRECATIONS_CHANNEL=daily
|
|
|
|
|
+LOG_LEVEL=debug
|
|
|
|
|
|
|
|
DB_CONNECTION=pgsql
|
|
DB_CONNECTION=pgsql
|
|
|
DB_HOST={{ app_postgresql_host }}
|
|
DB_HOST={{ app_postgresql_host }}
|