mirror of
https://github.com/LukeHagar/dokploy.git
synced 2025-12-09 12:27:48 +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 app = new Hono();
|
||||||
const redisClient = createClient({
|
const redisClient = createClient({
|
||||||
socket: {
|
// socket: {
|
||||||
host: "localhost",
|
// host: "localhost",
|
||||||
port: 6379,
|
// port: 6379,
|
||||||
},
|
// },
|
||||||
|
url: process.env.REDIS_URL,
|
||||||
// password: "xlfvpQ0ma2BkkkPX",
|
// password: "xlfvpQ0ma2BkkkPX",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user