From 1c2ef98dcd818b34bfc80729ae9db65aa60b1c71 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 10 Feb 2026 10:29:40 +0800 Subject: [PATCH] coba 1 --- .env.example | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .env.example diff --git a/.env.example b/.env.example deleted file mode 100644 index 50db545..0000000 --- a/.env.example +++ /dev/null @@ -1,17 +0,0 @@ -# App Configuration -VITE_PUBLIC_URL=http://localhost:3000 - -# Database Configuration -# Format: postgresql://USER:PASSWORD@HOST:PORT/DATABASE?schema=public -DATABASE_URL="postgresql://user:password@localhost:5432/dbname?schema=public" - -# Authentication (Better Auth) -# Generate a secret key (e.g., using 'openssl rand -hex 32') -BETTER_AUTH_SECRET="your_secret_key_here" - -# OAuth Providers (Examples) -GITHUB_CLIENT_ID="your_github_client_id" -GITHUB_CLIENT_SECRET="your_github_client_secret" - -# Admin Configuration -ADMIN_EMAIL="admin@example.com"