From 0b92b824685c27e6124a46f6c8b2e815b960a4f8 Mon Sep 17 00:00:00 2001 From: Gary H <26419401+Gary-H9@users.noreply.github.com> Date: Thu, 25 Jul 2024 16:39:34 +0000 Subject: [PATCH] :wrench: Update example .env --- .env.example | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 060353c..15fe061 100644 --- a/.env.example +++ b/.env.example @@ -1,8 +1,12 @@ -DB_NAME=ollamate -DB_USER=ollamate -DB_PASSWORD=ollamate +# The contents of this file are purely for local development +# They are NOT sensitive and should not be used in production +# Populate these values in a .env file in the root of the project and update them as necessary -SECRET_KEY= +DB_USER= +DB_PASSWORD= +PGPASSWORD= + +SECRET_KEY= CLIENT_ID= CLIENT_SECRET=