# PostgreSQL connection string DATABASE_URL="postgresql://postgres:postgres@localhost:5432/gruperly?schema=public" # Better Auth BETTER_AUTH_SECRET="replace-with-a-strong-secret" BETTER_AUTH_URL="http://localhost:4000"