diff --git a/.env.sandstorm b/.env.sandstorm index ba2b67cc85..3e2c094dbf 100755 --- a/.env.sandstorm +++ b/.env.sandstorm @@ -1,9 +1,9 @@ APP_ENV=local -APP_DEBUG=true +APP_DEBUG=false APP_NAME=FireflyIII APP_KEY=SomeRandomStringOf32CharsExactly APP_LOG=syslog -APP_LOG_LEVEL=debug +APP_LOG_LEVEL=info APP_URL=http://localhost DB_CONNECTION=mysql