Skip to content

Commit

Permalink
fix: remove static module
Browse files Browse the repository at this point in the history
fix: redis
  • Loading branch information
rubiin committed Aug 29, 2024
1 parent 350c6cf commit e7f3525
Show file tree
Hide file tree
Showing 8 changed files with 162 additions and 371 deletions.
2 changes: 1 addition & 1 deletion env/.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ CLOUDINARY_API_SECRET=
REDIS_TTL=
REDIS_HOST=
REDIS_PORT=
REDIS_URI=redis://${REDIS_USERNAME}:${REDIS_PASSWORD}@${REDIS_HOST}:${REDIS_PORT}
REDIS_URI=redis://default:secret@${REDIS_HOST}:${REDIS_PORT}


# rabbitmq
Expand Down
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@
"@ntegral/nestjs-sentry": "^4.0.1",
"@paralleldrive/cuid2": "^2.2.2",
"@sentry/hub": "^7.114.0",
"@sentry/node": "8.26.0",
"@sentry/node": "^7.119.0",
"@socket.io/redis-adapter": "^8.3.0",
"@supercharge/request-ip": "^1.2.0",
"argon2": "^0.41.0",
"cache-manager": "5.7.6",
"cache-manager-ioredis-yet": "^2.1.1",
"cache-manager-redis-yet": "^5.1.4",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"compression": "^1.7.4",
Expand All @@ -105,11 +105,10 @@
"firebase-admin": "^12.4.0",
"helmet": "^7.1.0",
"helper-fns": "^2.7.0",
"ioredis": "^5.4.1",
"isomorphic-dompurify": "^2.15.0",
"joi": "^17.13.3",
"mime": "^4.0.4",
"nestjs-cloudinary": "^2.0.7",
"nestjs-cloudinary": "^2.1.1",
"nestjs-i18n": "^10.4.5",
"nestjs-minio": "^2.6.2",
"nestjs-pino": "^4.1.0",
Expand All @@ -122,24 +121,24 @@
"passport-magic-login": "^1.2.2",
"pino-http": "^10.2.0",
"pino-pretty": "^11.2.2",
"poolifier": "^4.2.5",
"poolifier": "^4.2.7",
"preview-email": "^3.1.0",
"prom-client": "^14.0.0",
"prom-client": "^14.2.0",
"qrcode": "^1.5.4",
"redis": "^4.7.0",
"reflect-metadata": "0.2.2",
"rxjs": "^7.8.1",
"sharp": "^0.33.5",
"socket.io": "^4.7.5",
"stripe": "^14.19.0",
"stripe": "^14.25.0",
"swagger-stats": "^0.99.7",
"twilio": "5.2.2",
"unprofane": "^1.0.6",
"url-minify": "^2.8.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.3",
"@firebase/app-compat": "^0.2.39",
"@firebase/app-compat": "^0.2.40",
"@firebase/app-types": "^0.9.2",
"@golevelup/ts-jest": "^0.5.4",
"@mikro-orm/cli": "6.3.6",
Expand All @@ -150,7 +149,7 @@
"@rubiin/tsconfig": "^1.1.2",
"@sentry/types": "^8.27.0",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.7.18",
"@swc/core": "^1.7.21",
"@swc/jest": "^0.2.36",
"@total-typescript/ts-reset": "^0.6.0",
"@types/cache-manager": "^4.0.6",
Expand All @@ -160,7 +159,7 @@
"@types/jest": "^29.5.12",
"@types/mime-types": "^2.1.4",
"@types/multer": "^1.4.12",
"@types/node": "^20.16.1",
"@types/node": "^20.16.2",
"@types/nodemailer": "^6.4.15",
"@types/passport": "^1.0.16",
"@types/passport-facebook": "^3.0.3",
Expand Down
Loading

0 comments on commit e7f3525

Please sign in to comment.