diff --git a/conf/.env b/conf/.env index e257a54..9f13d68 100644 --- a/conf/.env +++ b/conf/.env @@ -15,13 +15,13 @@ APP_DIR=__PATH__/ # enable or disable debug bar. By default it is disabled. # Do note that this disable CSP!! -DEBUGBAR_ENABLED=true +DEBUGBAR_ENABLED=false # enable or disable the v5 layout. LIVEWIRE_ENABLED=true # enable or disable log viewer. By default it is enabled. -LOG_VIEWER_ENABLED=true +LOG_VIEWER_ENABLED=false # enable s3 bucket (required in addition to needing AWS_ACCESS_KEY_ID) # S3_ENABLED=true