chore: Disabled healthcheck
This commit is contained in:
13
app.json.dis
Normal file
13
app.json.dis
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"healthchecks": {
|
||||
"web": [
|
||||
{
|
||||
"type": "startup",
|
||||
"name": "web check",
|
||||
"description": "Checking if the app responds to the /health endpoint",
|
||||
"path": "/healthz",
|
||||
"attempts": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user