From 06b63209b14a9f8bfe49d03b72b2c4709a83e3c2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 23 Dec 2018 19:21:40 +0100 Subject: [PATCH] Show debug info in sandstorm. --- .env.sandstorm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sandstorm b/.env.sandstorm index 45842c2845..e562d8fa06 100755 --- a/.env.sandstorm +++ b/.env.sandstorm @@ -3,7 +3,7 @@ APP_ENV=local # Set to true if you want to see debug information in error screens. -APP_DEBUG=false +APP_DEBUG=true # This should be your email address SITE_OWNER=sandstorm@example.com