12 lines
231 B
Plaintext
12 lines
231 B
Plaintext
# Server Configuration
|
|
PORT=3001
|
|
NODE_ENV=development
|
|
|
|
# AWS Configuration
|
|
AWS_REGION=us-east-2
|
|
AWS_ACCESS_KEY_ID=your_access_key_here
|
|
AWS_SECRET_ACCESS_KEY=your_secret_key_here
|
|
|
|
# DynamoDB Configuration
|
|
DYNAMODB_TABLE=email-rules
|