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