Commit ad847dec by John Jarvis

adding connection timeout for the heartbeat

parent e06cc0ef
...@@ -62,6 +62,8 @@ ANALYTICS_API_CONFIG: ...@@ -62,6 +62,8 @@ ANALYTICS_API_CONFIG:
EMAIL_PORT: 587 EMAIL_PORT: 587
API_AUTH_TOKEN: 'put-your-api-token-here' API_AUTH_TOKEN: 'put-your-api-token-here'
# db config # db config
DATABASE_OPTIONS:
connect_timeout: 10
DATABASES: DATABASES:
# rw user # rw user
default: default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment