Change the environment variables

Hi

I would like to modify some of the environment configurations as mentioned in the document. For example.

However, I am unable to locate in my app / organisation where I can change it. I am running a self-hosted.

I am currently a free tier. Do I have to upgrade to teams or even higher to get access to these function?

Not too much documentation online.

Regards,

Hey @Henry_Leung! Thanks for reaching out.

Any user running a self-hosted instance can set environment variables - even on the Free tier - but the method for doing so depends a bit on how you've deployed Retool. In general, you'll need to define those variables in the configuration files - docker-compose.yml or values.yml depending on whether you deployed with Docker or Helm, respectively.

You can see some default environment variables being set in a Docker deployment below.

I hope that helps point you in the right direction! Let me know how you're deployed and I'd be happy to help you out further.

Thanks for sharing. It helps me a lot. I also dace this issue.

1 Like

Thanks a lot. Let me try.

1 Like