We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92efb5d commit 1374e2cCopy full SHA for 1374e2c
services/chatbot/entrypoint.sh
@@ -30,5 +30,5 @@ if [ "$TLS_ENABLED" = "true" ] || [ "$TLS_ENABLED" = "1" ]; then
30
echo "TLS_KEY: $TLS_KEY"
31
gunicorn --timeout 600 --bind 0.0.0.0:${SERVER_PORT} --certfile $TLS_CERTIFICATE --keyfile $TLS_KEY --log-level=debug chatbot_api:app
32
else:
33
- gunicorn --timeout 600 --bind 0.0.0.0:${SERVER_PORT} chatbot_api:app
+ gunicorn --timeout 600 --bind 0.0.0.0:${SERVER_PORT} --log-level=debug chatbot_api:app
34
fi
0 commit comments