Skip to content

Commit

Permalink
Merging master to issue_88.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajtxx committed Jul 17, 2024
2 parents 3c712f0 + e2c3e1a commit 32c0ce4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 49 deletions.
44 changes: 0 additions & 44 deletions clean_databolt.sh

This file was deleted.

2 changes: 1 addition & 1 deletion dc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ if [ "$RUN_MODE" != test ]; then
fi
fi

exec docker-compose --profile wombat --profile ubidots --profile frred -p $RUN_MODE -f ../docker-compose.yml -f ./$RUN_MODE.yml $*
exec docker compose --profile wombat --profile ubidots --profile pollers -p $RUN_MODE -f ../docker-compose.yml -f ./$RUN_MODE.yml $*
8 changes: 4 additions & 4 deletions src/www/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ def exit_handler():

atexit.register(exit_handler)

app.jinja_env.auto_reload = True
app.config['TEMPLATES_AUTO_RELOAD'] = True
app.run(port='5000', host='0.0.0.0', debug=True)
#app.run(port='5000', host='0.0.0.0')
#app.jinja_env.auto_reload = True
#app.config['TEMPLATES_AUTO_RELOAD'] = True
#app.run(port='5000', host='0.0.0.0', debug=True)
app.run(port='5000', host='0.0.0.0')

0 comments on commit 32c0ce4

Please sign in to comment.