Set environment variables

Once your files have been uploaded to our infrastructure, you must now configure your hosting to work with your code.

Configure startup

You must tell the system which file you want to start on your hosting. This is equivalent to the node index.js or python start.py.

To do this, go to the “Startup” tab of your server.

Next, define the file to start in the “JS FILE” or “PY FILE” section.

By default, if you have a package.json file (Node.js) or a requirements.txt file (Python) at the root of your server, the system will install the dependencies automatically. Otherwise, you can specify them in the “ADDITIONAL PY/NODE PACKAGES” variable.

Last updated