Skip to content

Commit 593af45

Browse files
committed
add .env example file
1 parent e8ac7b7 commit 593af45

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.env.example

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
DATABASE_URL=mongodb://localhost
2+
3+
WEB=1
4+
RATE_LIMIT_WINDOW=10000
5+
RATE_LIMIT=50
6+
7+
API_DISABLED=0
8+
API_RATE_LIMIT_WINDOW=10000
9+
API_RATE_LIMIT=20
10+
11+
BACKGROUND=0
12+
REDIS_URL=redis://127.0.0.1:6379
13+
THREAD_CNT=4

0 commit comments

Comments
 (0)