From d9ecc9c8611b5d180be8797bbd712667ba104306 Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Mon, 10 Jan 2022 12:56:42 +0100 Subject: [PATCH] Updated example environment file --- .example.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.example.env b/.example.env index 588b219..4d57a82 100644 --- a/.example.env +++ b/.example.env @@ -1,4 +1,4 @@ -POSTGRES_USER= -POSTGRES_PASSWORD= +POSTGRES_USER="POSTGRES_USER" +POSTGRES_PASSWORD="POSTGRES_PASSWORD" -BACKEND_JWT_SECRET= +BACKEND_JWT_SECRET="SUPERDUPERSECRET"