Skip to content
Snippets Groups Projects
Verified Commit 15078ba1 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

deposit/entrypoint: Fix shell indent

parent c7fd2e45
No related branches found
No related tags found
No related merge requests found
......@@ -19,14 +19,14 @@ case "$1" in
*)
echo Starting the swh-deposit API server
exec gunicorn --bind 0.0.0.0:${PORT} \
--log-level ${SWH_LOG_LEVEL:-INFO} \
--threads ${THREADS} \
--workers ${WORKERS} \
--timeout ${TIMEOUT} \
--statsd-host=${STATSD_HOST}:${STATSD_PORT} \
--statsd-prefix=${STATSD_SERVICE_TYPE} \
--reload \
--env DJANGO_SETTINGS_MODULE=${DJANGO_SETTINGS_MODULE} \
--config 'python:swh.core.api.gunicorn_config' \
'django.core.wsgi:get_wsgi_application()'
--log-level ${SWH_LOG_LEVEL:-INFO} \
--threads ${THREADS} \
--workers ${WORKERS} \
--timeout ${TIMEOUT} \
--statsd-host=${STATSD_HOST}:${STATSD_PORT} \
--statsd-prefix=${STATSD_SERVICE_TYPE} \
--reload \
--env DJANGO_SETTINGS_MODULE=${DJANGO_SETTINGS_MODULE} \
--config 'python:swh.core.api.gunicorn_config' \
'django.core.wsgi:get_wsgi_application()'
esac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment