|
|
@@ -8,7 +8,7 @@ APP_KEY={{ app_secret_key }}
|
|
|
APP_DEBUG=false
|
|
|
APP_URL="https://{{ app_domain }}"
|
|
|
|
|
|
-LOG_CHANNEL=syslog
|
|
|
+LOG_CHANNEL=daily
|
|
|
LOG_DEPRECATIONS_CHANNEL=null
|
|
|
LOG_LEVEL=debug
|
|
|
|
|
|
@@ -37,13 +37,13 @@ REDIS_HOST={{ app_redis_host }}
|
|
|
REDIS_PORT={{ app_redis_port }}
|
|
|
REDIS_PASSWORD=
|
|
|
REDIS_DB=0
|
|
|
-REDIS_PREFIX="${app_domain}://v2/"
|
|
|
+REDIS_PREFIX="{{ app_domain }}://v20250323/"
|
|
|
|
|
|
REDIS_CACHE_HOST={{ app_redis_cache_host }}
|
|
|
REDIS_CACHE_PORT={{ app_redis_cache_port }}
|
|
|
REDIS_CACHE_PASSWORD=
|
|
|
REDIS_CACHE_DB={{ app_redis_cache_db }}
|
|
|
-REDIS_CACHE_PREFIX="{{ app_domain }}://v2/"
|
|
|
+REDIS_CACHE_PREFIX="{{ app_domain }}://v20250323/"
|
|
|
|
|
|
|
|
|
MAIL_MAILER=smtp
|