Merge pull request #1192 from DAThosting/patch-3

Update egg-veloren.json
This commit is contained in:
Michael (Parker) Parker 2021-06-20 09:05:55 -04:00 committed by GitHub
commit 294477e83a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
"files": "{\r\n \"userdata\/server\/server_config\/settings.ron\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \" gameserver_address\": \" gameserver_address: \\\"0.0.0.0:{{server.build.default.port}}\\\",\",\r\n\t \" server_name\": \" server_name: \\\"{{server.build.env.SERVER_NAME}}\\\",\"\r\n }\r\n }\r\n}",
"startup": "{\r\n \"done\": \"Server is ready to accept connections\"\r\n}",
"logs": "{}",
"stop": "shutdown 10"
"stop": "shutdown graceful 10"
},
"scripts": {
"installation": {
@ -28,4 +28,4 @@
}
},
"variables": []
}
}