Skip to content

Add environment variable for development

Christian Pietsch requested to merge CristianCantoro:master into master

Created by: CristianCantoro

If the environment variable OABOT_DEV is defined then mount the application on /, otherwise mount it under /oabot.

For example, you can run it as:

$ OABOT_DEV=1 python app.py

Merge request reports

Loading