From c1ea7dcd7807bbb571f91094a7f8581848d805ad Mon Sep 17 00:00:00 2001 From: Glenn Hermans Date: Fri, 20 Mar 2020 10:47:18 +0100 Subject: [PATCH] Updated env file --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 55c0422ae..caffe920c 100644 --- a/.env.example +++ b/.env.example @@ -4,10 +4,10 @@ APP_VERSION=1.1.0 APP_KEY= APP_DEBUG=true APP_URL=http://localhost -APP_TIMEZONE=Asia/Kolkata +APP_TIMEZONE= APP_LOCALE=en LOG_CHANNEL=stack -APP_CURRENCY=USD +APP_CURRENCY= DB_CONNECTION=mysql DB_HOST=127.0.0.1