Commit 4d4698c4 authored by John Red Medrano's avatar John Red Medrano

Merge branch 'red-develop' into 'product-dev'

{dev bugfix} fixing pusher

See merge request rms/Backend/api-main-service!927
parents 33de9d50 e6bfbc66
...@@ -26,7 +26,7 @@ app_id = config['SETTINGS']['app_id'], ...@@ -26,7 +26,7 @@ app_id = config['SETTINGS']['app_id'],
key = config['SETTINGS']['key'] key = config['SETTINGS']['key']
secret = config['SETTINGS']['secret'] secret = config['SETTINGS']['secret']
cluster = config['SETTINGS']['cluster'] cluster = config['SETTINGS']['cluster']
# ssl = True if config['SETTINGS']['ssl'] == 1 else False ssl = config['SETTINGS']['SSL']
cms_notification = config['SETTINGS']['cms_notification'] cms_notification = config['SETTINGS']['cms_notification']
......
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