More standard spacing in additional config comments just added.

This commit is contained in:
Dannon Baker
2018-04-30 14:18:14 -04:00
committed by Nicola Soranzo
parent 6a30fe14f1
commit c6ce1342df
4 changed files with 7 additions and 10 deletions
+2 -3
View File
@@ -52,9 +52,8 @@ uwsgi:
# --daemon and/or production deployments.
master: false
# Path to the application's Python virtual environment. If using
# Conda for Galaxy's framework dependencies (not tools!), do not set
# this.
# Path to the application's Python virtual environment. If using Conda
# for Galaxy's framework dependencies (not tools!), do not set this.
virtualenv: .venv
# Path to the application's Python library.
+2 -3
View File
@@ -34,9 +34,8 @@ uwsgi:
# --daemon and/or production deployments.
master: false
# Path to the application's Python virtual environment. If using
# Conda for Galaxy's framework dependencies (not tools!), do not set
# this.
# Path to the application's Python virtual environment. If using Conda
# for Galaxy's framework dependencies (not tools!), do not set this.
virtualenv: .venv
# Path to the application's Python library.
+2 -3
View File
@@ -34,9 +34,8 @@ uwsgi:
# --daemon and/or production deployments.
master: false
# Path to the application's Python virtual environment. If using
# Conda for Galaxy's framework dependencies (not tools!), do not set
# this.
# Path to the application's Python virtual environment. If using Conda
# for Galaxy's framework dependencies (not tools!), do not set this.
virtualenv: .venv
# Path to the application's Python library.
+1 -1
View File
@@ -91,7 +91,7 @@ UWSGI_OPTIONS = OrderedDict([
'type': 'bool',
}),
('virtualenv', {
'desc': """Path to the application's Python virtual environment. If using Conda for Galaxy's framework dependencies (not tools!), do not set this.""",
'desc': """Path to the application's Python virtual environment. If using Conda for Galaxy's framework dependencies (not tools!), do not set this.""",
'default': '.venv',
'type': 'str',
}),