Skip to content

Commit 100bea2

Browse files
authored
Merge pull request #4027 from airqo-platform/website-trigger-3
2 parents be69e9b + c19ef2f commit 100bea2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/website/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# New Website Backend .
22

3-
COMING SOON...
3+
COMING SOON NOW...

src/website/entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ python manage.py collectstatic --noinput
1313

1414
# Start Gunicorn server to serve the Django application
1515
echo "Starting Gunicorn server..."
16-
exec gunicorn core.wsgi:application --bind 0.0.0.0:8000 --workers 3 --log-level info
16+
exec gunicorn core.wsgi:application --bind 0.0.0.0:8000 --timeout 600 --log-level info

0 commit comments

Comments
 (0)