Add environment variable for development
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