refactor: update redis url

This commit is contained in:
Mauricio Siu
2024-09-30 00:51:07 -06:00
parent edf1fdedf0
commit 1c9b704ecc

View File

@@ -7,10 +7,11 @@ import { deployApplication } from "@dokploy/builders";
const app = new Hono();
const redisClient = createClient({
socket: {
host: "localhost",
port: 6379,
},
// socket: {
// host: "localhost",
// port: 6379,
// },
url: process.env.REDIS_URL,
// password: "xlfvpQ0ma2BkkkPX",
});