initial
This commit is contained in:
11
backend/.env.example
Normal file
11
backend/.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user