{{cookiecutter.project_slug}}/etc/production.ini
changeset 51 ae977a124124
parent 49 31b1b24e105c
equal deleted inserted replaced
50:c0810f1e43c4 51:ae977a124124
   147 pyams_mail.mailers = {{ cookiecutter.smtp_server_name }}.
   147 pyams_mail.mailers = {{ cookiecutter.smtp_server_name }}.
   148 {{ cookiecutter.smtp_server_name }}.name = {{ cookiecutter.smtp_server_name }}
   148 {{ cookiecutter.smtp_server_name }}.name = {{ cookiecutter.smtp_server_name }}
   149 {{ cookiecutter.smtp_server_name }}.host = {{ cookiecutter.smtp_server }}
   149 {{ cookiecutter.smtp_server_name }}.host = {{ cookiecutter.smtp_server }}
   150 {{ cookiecutter.smtp_server_name }}.queue_path = $((INSTALL))/var/mail
   150 {{ cookiecutter.smtp_server_name }}.queue_path = $((INSTALL))/var/mail
   151 
   151 
   152 ## PyAMS ØMQ TCP handlers
   152 ## PyAMS ZeroMQ TCP handlers
   153 ## These handlers are used by several application processes started by PyAMS application on startup.
   153 ## These handlers are used by several application processes started by PyAMS application on startup.
   154 ## For each process, you can define:
   154 ## For each process, you can define:
   155 ## - the handler IP address (using "ip_address:port" syntax)
   155 ## - the handler IP address (using "ip_address:port" syntax)
   156 ## - a boolean flag to specify if the matching process should be started; if you are not on the "main" application
   156 ## - a boolean flag to specify if the matching process should be started; if you are not on the "main" application
   157 ##   process, the answer should be 'false'
   157 ##   process, the answer should be 'false'