make dev setup better (#116)
* make dev setup better * chage docs * remove the need of github login
This commit is contained in:
11
.env.example
11
.env.example
@@ -5,16 +5,17 @@ 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=""
|
||||
AWS_SECRET_KEY="some-secret-key"
|
||||
AWS_ACCESS_KEY="some-access-key"
|
||||
AWS_SES_ENDPOINT="http://localhost:3003/api/ses"
|
||||
AWS_SNS_ENDPOINT="http://localhost:3003/api/sns"
|
||||
|
||||
NEXTAUTH_SECRET=""
|
||||
|
||||
FROM_EMAIL="hello@unsend.dev"
|
||||
|
||||
API_RATE_LIMIT=2
|
||||
|
||||
NEXT_PUBLIC_IS_CLOUD=false
|
||||
NEXT_PUBLIC_IS_CLOUD=true
|
||||
|
Reference in New Issue
Block a user