⚗️ add minio lib
add minio lib for storing file in file system as bucket storage
This commit is contained in:
17
.env.example
17
.env.example
@ -8,13 +8,11 @@ SALT_ROUNDS=
|
||||
JWT_SECRET=
|
||||
SESSION_EXPIRE=
|
||||
|
||||
R2_ACCOUNT_ID=
|
||||
R2_TOKEN_VALUE_ID=
|
||||
R2_ACCESS_KEY_ID=
|
||||
R2_SECRET_ACCESS_KEY=
|
||||
R2_BUCKET_NAME=
|
||||
R2_REGION=
|
||||
R2_ENDPOINT=
|
||||
MINIO_HOST=
|
||||
MINIO_PORT=
|
||||
MINIO_ACCESS_KEY=
|
||||
MINIO_SECRET_KEY=
|
||||
MINIO_BUCKET=
|
||||
|
||||
MAL_CLIENT_ID=
|
||||
MAL_CLIENT_SECRET=
|
||||
@ -30,7 +28,4 @@ REDIS_HOST=localhost
|
||||
REDIS_PORT=6379
|
||||
REDIS_PASSWORD=
|
||||
|
||||
DATABASE_URL=
|
||||
MONGODB_URI=
|
||||
|
||||
#
|
||||
DATABASE_URL=
|
||||
Reference in New Issue
Block a user