mirror of
https://github.com/LukeHagar/dokploy.git
synced 2025-12-06 04:19:37 +00:00
refactor: update redis url
This commit is contained in:
@@ -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",
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user