From c809e02dc6f4b7da598a56078066144f9b8586c6 Mon Sep 17 00:00:00 2001 From: anmol Date: Thu, 15 Oct 2020 22:22:11 +0530 Subject: [PATCH] Added production mode --- conf/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env b/conf/.env index 8d7ab31..a6e24b0 100644 --- a/conf/.env +++ b/conf/.env @@ -4,7 +4,7 @@ # Two choices: local|production. Use local if you want to install Monica as a # development version. Use production otherwise. -APP_ENV=local +APP_ENV=production # true if you want to show debug information on errors. For production, put this # to false.