Skip to content
Snippets Groups Projects

WIP: add acmebot role

Closed Lars Beckers requested to merge acmebot into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -18,6 +18,7 @@ cheaper-step = 1
@@ -18,6 +18,7 @@ cheaper-step = 1
{% if app_enable_threads|default(false) %}
{% if app_enable_threads|default(false) %}
enable-threads =
enable-threads =
 
single-interpreter = true
{% endif %}
{% endif %}
{% for option in app_uwsgi_options|default([]) %}
{% for option in app_uwsgi_options|default([]) %}
{{option}}{% if "=" not in option %} ={% endif %}
{{option}}{% if "=" not in option %} ={% endif %}
Loading