-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
17 lines (15 loc) · 910 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -----------------------------------------------------------------------------------------------
# Hono app server configuration
# -----------------------------------------------------------------------------------------------
BASE_URL=http://localhost:3500/
PORT=3500
# -----------------------------------------------------------------------------------------------
# Upstash redis credentials (https://console.upstash.com)
# -----------------------------------------------------------------------------------------------
UPSTASH_REDIS_REST_URL=your_redis_url_here
UPSTASH_REDIS_REST_TOKEN=your_redis_token_here
# -----------------------------------------------------------------------------------------------
# Rate limit configuration
# -----------------------------------------------------------------------------------------------
ENABLE_RATE_LIMIT=true
LIMITED_REQ_COUNT=10 # Request count per second