#19 Health check (#24)

* Add health check endpoint (#19)

* Add healthy response (#19)
This commit is contained in:
Lev Zakharov
2019-12-09 09:59:30 +03:00
committed by Vikram Rangnekar
parent 0e16eee93b
commit 2d3e3cbae1
5 changed files with 49 additions and 11 deletions

View File

@ -97,6 +97,8 @@ database:
# Enable this if you need the user id in triggers, etc
set_user_id: false
ping_timeout: 1m
# Define additional variables here to be used with filters
variables:
admin_account_id: "5"

View File

@ -54,4 +54,6 @@ database:
# Set session variable "user.id" to the user id
# Enable this if you need the user id in triggers, etc
set_user_id: false
set_user_id: false
ping_timeout: 5m