chore: test and fix bugs of user group
This commit is contained in:
+10
-4
@@ -2,11 +2,11 @@ NODE_ENV=development
|
||||
PORT=3500
|
||||
|
||||
|
||||
DB_HOST=
|
||||
DB_PORT=
|
||||
DB_NAME=
|
||||
DB_USER=
|
||||
DB_HOST=localhost
|
||||
DB_PORT=54320
|
||||
DB_USER=danak
|
||||
DB_PASS=
|
||||
DB_NAME=
|
||||
|
||||
|
||||
PGADMIN_EMAIL=root@test.ir
|
||||
@@ -39,4 +39,10 @@ JWT_SECRET_KEY=secret
|
||||
ACCESS_TOKEN_EXPIRE=1 #==> in hour
|
||||
REFRESH_TOKEN_EXPIRE=3 #===> in days
|
||||
|
||||
BUCKET_NAME=dsc
|
||||
BUCKET_REGION=default
|
||||
BUCKET_URL=https://storage.iran.liara.space
|
||||
BUCKET_ACCESS_KEY=
|
||||
BUCKET_SECRET_KEY=
|
||||
BUCKET_UPLOAD_URL=https://dsc.storage.iran.liara.space
|
||||
|
||||
|
||||
Reference in New Issue
Block a user