{{cookiecutter.project_slug}}/etc/production.ini
changeset 48 7d06fc8ea782
parent 46 f373e2998735
child 49 31b1b24e105c
equal deleted inserted replaced
47:6e17adb23518 48:7d06fc8ea782
   177 pyams_content.es.allow_clients = 127.0.0.1
   177 pyams_content.es.allow_clients = 127.0.0.1
   178 
   178 
   179 ## Notifications server settings
   179 ## Notifications server settings
   180 ## PyAMS provides a websockets Gunicorn server which can be used to handle user notifications
   180 ## PyAMS provides a websockets Gunicorn server which can be used to handle user notifications
   181 pyams_notify.tcp_handler = {{ cookiecutter.pyams_ws_notify }}
   181 pyams_notify.tcp_handler = {{ cookiecutter.pyams_ws_notify }}
       
   182 pyams_notify.tcp_handler.secure = True
   182 pyams_notify_ws.cache_server = {{ cookiecutter.beaker_backend }}://{{ cookiecutter.beaker_server }}
   183 pyams_notify_ws.cache_server = {{ cookiecutter.beaker_backend }}://{{ cookiecutter.beaker_server }}
   183 
   184 
   184 
   185 
   185 ## PyAMS languages settings
   186 ## PyAMS languages settings
   186 ## Lexicon languages are used by NLTK tokenizers to handle full-text indexing
   187 ## Lexicon languages are used by NLTK tokenizers to handle full-text indexing