3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

debug: debug+

This commit is contained in:
Dragory 2023-04-04 20:55:01 +03:00
parent acdde9b3d7
commit ae1c0c2278
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ while ping -c1 prepare_backend &>/dev/null; do sleep 1; done;
cd /zeppelin/backend
if [ -n "$DEBUG" ]; then
echo "Starting API in debug mode"
exec npm run start-api-prod-debug
exec env NO_INSIGHT=true npm run start-api-prod-debug
else
echo "Starting API"
exec npm run start-api-prod

View file

@ -11,7 +11,7 @@ while ping -c1 prepare_backend &>/dev/null; do sleep 1; done;
cd /zeppelin/backend
if [ -n "$DEBUG" ]; then
echo "Starting bot in debug mode"
exec npm run start-bot-prod-debug
exec env NO_INSIGHT=true npm run start-bot-prod-debug
else
echo "Starting bot"
exec npm run start-bot-prod