mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
More standard spacing in additional config comments just added.
This commit is contained in:
committed by
Nicola Soranzo
parent
6a30fe14f1
commit
c6ce1342df
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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',
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user