diff options
| -rw-r--r-- | .env.example | 2 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.env.example b/.env.example index e49afb7..b3e5932 100644 --- a/.env.example +++ b/.env.example @@ -4,6 +4,6 @@ DB_PASS= DB_HOST= DB_PORT= DB_NAME= -DB_URL="mysql://${DB_USER}:${DB_PASS}@${DB_HOST}:${DB_PORT}/${DB_NAME}" +DB_URL="postgresql://${DB_USER}:${DB_PASS}@${DB_HOST}:${DB_PORT}/${DB_NAME}" JWT_SECRET= SELF_HOST=
\ No newline at end of file diff --git a/package.json b/package.json index afeefcf..3ed98f1 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@ducanh2912/next-pwa": "^9.7.2", - "@nextui-org/react": "^2.1.13", + "@nextui-org/react": "^2.3.5", "@prisma/client": "^5.5.2", "@tanstack/react-query": "^5.4.3", "bcrypt": "^5.1.1", |
