diff --git a/.env b/.env new file mode 100644 index 000000000..5f0f23026 --- /dev/null +++ b/.env @@ -0,0 +1 @@ +WEB_IMAGE_NAME=onezoom/oztree-with-iucn diff --git a/Gruntfile.js b/Gruntfile.js index 3c215beff..db66ce99f 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -5,7 +5,7 @@ const path = require('path'); partial_install_site = "http://www.onezoom.org"; partial_local_install_site = "http://127.0.0.1:8000"; // if you are running a local installation -preferred_python3 = "python3.7"; // in case you have multiple python3 versions installed +preferred_python3 = "python3.10"; // in case you have multiple python3 versions installed web2py_py = path.join(path.dirname(path.dirname(process.cwd())), 'web2py.py'); /** Generate a function to execute a web2py script, handing over all arguments */