first commit
This commit is contained in:
20
packages/api/.env.example
Normal file
20
packages/api/.env.example
Normal file
@@ -0,0 +1,20 @@
|
||||
# Server Configuration
|
||||
PORT=3001
|
||||
NODE_ENV=development
|
||||
|
||||
# Database
|
||||
DATABASE_URL="postgresql://basil:basil@localhost:5432/basil?schema=public"
|
||||
|
||||
# Storage Configuration
|
||||
STORAGE_TYPE=local
|
||||
LOCAL_STORAGE_PATH=./uploads
|
||||
|
||||
# S3 Configuration (Optional)
|
||||
# STORAGE_TYPE=s3
|
||||
# S3_BUCKET=basil-recipes
|
||||
# S3_REGION=us-east-1
|
||||
# S3_ACCESS_KEY_ID=your-access-key
|
||||
# S3_SECRET_ACCESS_KEY=your-secret-key
|
||||
|
||||
# CORS
|
||||
CORS_ORIGIN=http://localhost:5173
|
||||
Reference in New Issue
Block a user