1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-06 07:37:08 +02:00

Removes userInteraction in Yarr egg

This commit is contained in:
zoomiti 2022-10-24 16:49:04 -04:00
parent 88cb986e33
commit 94561fd95e

View File

@ -16,7 +16,7 @@
"startup": ".\/yarr -addr 0.0.0.0:{{SERVER_PORT}} -auth=\"{{USERNAME}}:{{PASSWORD}}\" -db=.\/feed.sql",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"starting server\",\r\n \"userInteraction\": []\r\n}",
"startup": "{\r\n \"done\": \"starting server\"\r\n}",
"logs": "{}",
"stop": "^C"
},