equal
deleted
inserted
replaced
152 pyams_mail.mailers = {{ cookiecutter.smtp_server_name }}. |
152 pyams_mail.mailers = {{ cookiecutter.smtp_server_name }}. |
153 {{ cookiecutter.smtp_server_name }}.name = {{ cookiecutter.smtp_server_name }} |
153 {{ cookiecutter.smtp_server_name }}.name = {{ cookiecutter.smtp_server_name }} |
154 {{ cookiecutter.smtp_server_name }}.host = {{ cookiecutter.smtp_server }} |
154 {{ cookiecutter.smtp_server_name }}.host = {{ cookiecutter.smtp_server }} |
155 {{ cookiecutter.smtp_server_name }}.queue_path = $((INSTALL))/var/mail |
155 {{ cookiecutter.smtp_server_name }}.queue_path = $((INSTALL))/var/mail |
156 |
156 |
157 ## PyAMS ØMQ TCP handlers |
157 ## PyAMS ZeroMQ TCP handlers |
158 ## These handlers are used by several application processes started by PyAMS application on startup. |
158 ## These handlers are used by several application processes started by PyAMS application on startup. |
159 ## For each process, you can define: |
159 ## For each process, you can define: |
160 ## - the handler IP address (using "ip_address:port" syntax) |
160 ## - the handler IP address (using "ip_address:port" syntax) |
161 ## - a boolean flag to specify if the matching process should be started; if you are not on the "main" application |
161 ## - a boolean flag to specify if the matching process should be started; if you are not on the "main" application |
162 ## process, the answer should be 'false' |
162 ## process, the answer should be 'false' |