From 3118d8fccb737387a02a56d34fb14005bdb61baa Mon Sep 17 00:00:00 2001 From: Colin Griffin Date: Fri, 19 Nov 2021 11:00:02 -0500 Subject: [PATCH] remove quotes from env sample --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index e8207d7..7a986cc 100644 --- a/.env.example +++ b/.env.example @@ -5,8 +5,8 @@ # - The codebase has to stay open source, whether it was modified or not # - You can not repackage or sell the codebase # - Acquire a commercial license to remove these terms by emailing: license@cal.com -NEXT_PUBLIC_LICENSE_CONSENT='' -LICENSE='' +NEXT_PUBLIC_LICENSE_CONSENT= +LICENSE= POSTGRES_USER=unicorn_user POSTGRES_PASSWORD=magical_password