Removed non-ASCII characters from configuration files default tip
authorThierry Florac <tflorac@ulthar.net>
Fri, 26 Jul 2019 11:49:05 +0200
changeset 51 ae977a124124
parent 50 c0810f1e43c4
Removed non-ASCII characters from configuration files
{{cookiecutter.project_slug}}/etc/development.ini
{{cookiecutter.project_slug}}/etc/production.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)
--- 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)