feat: Added local development guide (#39)
* 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>
This commit is contained in:
committed by
GitHub
parent
f10d446267
commit
bc237c881c
20
.env.example
Normal file
20
.env.example
Normal file
@@ -0,0 +1,20 @@
|
||||
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
|
Reference in New Issue
Block a user