Update egg-soge-bot.json

This commit is contained in:
Torsten Widmann 2021-02-08 17:13:22 +01:00 committed by GitHub
parent ba9baa808b
commit 0c1e7c9383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,6 @@
"images": [ "images": [
"quay.io\/parkervcp\/pterodactyl-images:debian_nodejs-14" "quay.io\/parkervcp\/pterodactyl-images:debian_nodejs-14"
], ],
"file_denylist": "",
"startup": "npm start", "startup": "npm start",
"config": { "config": {
"files": "{\r\n \".env\": {\r\n \"parser\": \"properties\",\r\n \"find\": {\r\n \"PORT\": \"{{server.build.default.port}}\"\r\n }\r\n }\r\n}", "files": "{\r\n \".env\": {\r\n \"parser\": \"properties\",\r\n \"find\": {\r\n \"PORT\": \"{{server.build.default.port}}\"\r\n }\r\n }\r\n}",
@ -56,4 +55,4 @@
"rules": "required|string|max:20" "rules": "required|string|max:20"
} }
] ]
} }