Update app.json
Browse files
app.json
CHANGED
@@ -73,7 +73,7 @@
|
|
73 |
"KEEP_ALIVE": {
|
74 |
"description": "Self-ping server every PING_INTERVAL sec to avoid sleeping",
|
75 |
"value": "True",
|
76 |
-
"required":
|
77 |
},
|
78 |
"BIND_ADRESS": {
|
79 |
"description": "Your server bind adress. Defauls to 0.0.0.0",
|
|
|
73 |
"KEEP_ALIVE": {
|
74 |
"description": "Self-ping server every PING_INTERVAL sec to avoid sleeping",
|
75 |
"value": "True",
|
76 |
+
"required": true
|
77 |
},
|
78 |
"BIND_ADRESS": {
|
79 |
"description": "Your server bind adress. Defauls to 0.0.0.0",
|