Create config.json

This commit is contained in:
Josh S 2022-12-03 00:06:42 -05:00 committed by GitHub
parent 7ef01f2345
commit 278538e7de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
config.json Normal file
View file

@ -0,0 +1,15 @@
{
"apps":[
{
"name":"Lavalink",
"cwd":".",
"script":"/usr/bin/java",
"args":[
"-jar",
"/root/Lavalink/Lavalink.jar",
],
"exec_interpreter":"",
"exec_mode":"fork"
}
]
}