From 97c325f56d167693002914095fe48ada5465e8d1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 7 Apr 2022 17:11:46 +0200 Subject: [PATCH] Update .env.example --- conf/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env.example b/conf/.env.example index 1ea2ef5..0174860 100644 --- a/conf/.env.example +++ b/conf/.env.example @@ -6,7 +6,7 @@ APP_NAME=2FAuth # You can leave this on "local". If you change it to production most console commands will ask for extra confirmation. # Never set it to "testing". -APP_ENV=production +APP_ENV=local # Set to true if you want to see debug information in error screens.