Skip to content

Commit c6b881e

Browse files
committed
Updated all
1 parent f9942fd commit c6b881e

26 files changed

+4971
-1696
lines changed

.env.example

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
MEGA_ACCOUNT=[email protected]:Katarenai nemurenai toroimerai
2+
PORT=3000
3+
MAX_FILE_SIZE=100
4+
MAX_FILES=10
5+
CACHE_TTL=3600
6+
MAX_REQUESTS=100
7+
RATE_LIMIT=1 minute
8+
AUTHORIZATION=false
9+
AUTH_TOKEN=your custom key
10+
AUTO_DELETE=false
11+
DELETE_TIME=1440
12+
TEMP=memory
13+
DATABASE_URL= can be postgreSQL, mongodb leave it empty for sqlite
14+
FILENAMES=true #for short endpoint

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
.env
22
node_modules
3-
pnpm-lock.yaml
4-
package-lock.json
3+
dist

0 commit comments

Comments
 (0)