# HG changeset patch # User Thierry Florac # Date 1564134545 -7200 # Node ID ae977a12412451ef7e7f3fd06e8a1b82d9f39e6f # Parent c0810f1e43c4e07670e70e53410fc5b6a7b0fbca Removed non-ASCII characters from configuration files diff -r c0810f1e43c4 -r ae977a124124 {{cookiecutter.project_slug}}/etc/development.ini --- a/{{cookiecutter.project_slug}}/etc/development.ini Sat Jan 12 17:17:27 2019 +0100 +++ b/{{cookiecutter.project_slug}}/etc/development.ini Fri Jul 26 11:49:05 2019 +0200 @@ -154,7 +154,7 @@ {{ cookiecutter.smtp_server_name }}.host = {{ cookiecutter.smtp_server }} {{ cookiecutter.smtp_server_name }}.queue_path = $((INSTALL))/var/mail -## PyAMS ØMQ TCP handlers +## PyAMS ZeroMQ TCP handlers ## These handlers are used by several application processes started by PyAMS application on startup. ## For each process, you can define: ## - the handler IP address (using "ip_address:port" syntax) diff -r c0810f1e43c4 -r ae977a124124 {{cookiecutter.project_slug}}/etc/production.ini --- a/{{cookiecutter.project_slug}}/etc/production.ini Sat Jan 12 17:17:27 2019 +0100 +++ b/{{cookiecutter.project_slug}}/etc/production.ini Fri Jul 26 11:49:05 2019 +0200 @@ -149,7 +149,7 @@ {{ cookiecutter.smtp_server_name }}.host = {{ cookiecutter.smtp_server }} {{ cookiecutter.smtp_server_name }}.queue_path = $((INSTALL))/var/mail -## PyAMS ØMQ TCP handlers +## PyAMS ZeroMQ TCP handlers ## These handlers are used by several application processes started by PyAMS application on startup. ## For each process, you can define: ## - the handler IP address (using "ip_address:port" syntax)