-
Notifications
You must be signed in to change notification settings - Fork 372
Setting Up LavaLink with a public LavaLink Server
Nimbi edited this page Feb 7, 2022
·
1 revision
- Set the LavaLink info in the config to any of the servers listed on the following page**
- Your
config.json
should have these fields:
:lava_host": "host",
:lava_pass": "password",
:lava_port": port,
:lava_secure": true|false
Example:
:lava_host": "lava.link",
:lava_pass": "anything as password",
:lava_port": 80,
:lava_secure": false