first commit
This commit is contained in:
16
apps/api/.env.example
Normal file
16
apps/api/.env.example
Normal file
@@ -0,0 +1,16 @@
|
||||
# Database Configuration
|
||||
DATABASE_URL="postgresql://username:password@localhost:5432/tabungin_dev"
|
||||
SHADOW_DATABASE_URL="postgresql://username:password@localhost:5432/tabungin_shadow"
|
||||
|
||||
# Firebase Admin SDK Configuration
|
||||
# Get these from Firebase Console > Project Settings > Service Accounts
|
||||
FIREBASE_PROJECT_ID=your_project_id
|
||||
FIREBASE_CLIENT_EMAIL=firebase-adminsdk-xxxxx@your_project_id.iam.gserviceaccount.com
|
||||
FIREBASE_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\nYOUR_PRIVATE_KEY_HERE\n-----END PRIVATE KEY-----\n"
|
||||
|
||||
# API Configuration
|
||||
PORT=3000
|
||||
WEB_APP_URL=http://localhost:5173
|
||||
|
||||
# Development User ID (run seed script to create this user)
|
||||
TEMP_USER_ID=16b74848-daa3-4dc9-8de2-3cf59e08f8e3
|
||||
Reference in New Issue
Block a user