Skip to content

Commit

Permalink
ipc url
Browse files Browse the repository at this point in the history
  • Loading branch information
Drxckzyz committed Mar 1, 2022
1 parent 35df6b0 commit acc11a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const app = express()
.use('/', routes)
const ipcClient = new Client({
port: 4204,
host: 'localhost',
host: process.env.IPC_URL,
reconnect: true,
})
const Queue = new Set()
Expand Down

0 comments on commit acc11a6

Please sign in to comment.