Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
HaMoD2 committed Feb 4, 2024
1 parent 41696d9 commit 72c2e1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/settings/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ module.exports = {
},
nodes: [
{
name: process.env.NODE_NAME || "lava.link", // lavalink node name (anything you want)
host: process.env.NODE_HOST || "lava.link", // lavalink host
port: parseInt(process.env.NODE_PORT || "80"), //lavalink port
password: process.env.NODE_PASSWORD || "CorwinDev", //lavalink pass/auth
name: process.env.NODE_NAME || "Lunox 01", // lavalink node name (anything you want)
host: process.env.NODE_HOST || "localhost", // lavalink host
port: parseInt(process.env.NODE_PORT || "2333"), //lavalink port
password: process.env.NODE_PASSWORD || "youshallnotpass", //lavalink pass/auth
secure: parseBoolean(process.env.NODE_SECURE || "false"), //lavalink secure "true/false"
},
],
Expand Down

0 comments on commit 72c2e1c

Please sign in to comment.