* Added local development guide * Added local development guide * Added local development guide * Update local.mdx --------- Co-authored-by: harshsbhat <icybhat@gmail.com> Co-authored-by: KM Koushik <koushikmohan1996@gmail.com>
20 lines
307 B
Plaintext
20 lines
307 B
Plaintext
DATABASE_URL="postgresql://unsend:password@localhost:54320/unsend"
|
|
REDIS_URL="redis://localhost:6379"
|
|
|
|
|
|
|
|
NEXTAUTH_URL="http://localhost:3000"
|
|
|
|
GITHUB_ID=""
|
|
GITHUB_SECRET=""
|
|
|
|
AWS_DEFAULT_REGION="us-east-1"
|
|
AWS_SECRET_KEY=""
|
|
AWS_ACCESS_KEY=""
|
|
|
|
NEXTAUTH_SECRET=""
|
|
|
|
|
|
API_RATE_LIMIT=2
|
|
|
|
NEXT_PUBLIC_IS_CLOUD=false |