From aaff42b3d38cb898f93bba24a194152929a84956 Mon Sep 17 00:00:00 2001 From: April Hall Date: Mon, 24 Feb 2025 12:36:18 -0500 Subject: [PATCH] docs: Update .env.example --- .env.example | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index e20558f..d16b957 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,6 @@ -BETTER_AUTH_SECRET=XXX # Generate your BetterAuth secret at https://better-auth.vercel.app/docs/installation#set-environment-variables -BETTER_AUTH_URL=http://localhost:3005 #Base URL of your app \ No newline at end of file +# Example '.env' file +# Changing these credentials is highly reccomended +CASSANDRA_USER=admin +CASSANDRA_PASSWORD=admin +MINIO_ROOT_USER=minioadmin +MINIO_ROOT_PASSWORD=minioadmin