Configuring resources to connect to locally via environment variables while self-hosted in development

We want to run Retool locally in our personal development environments. Each environment has local resources such as REST, gRPC, and database's. We would like Retool to connect to these types of services provided a local url/port.

Is it possible to launch Retool locally and provide local resource addresses without manual configuration? Thank you!

Hey @stevepeak, all the resource connection options etc are stored in the underlying postgres db that Retool runs on top of. If you created a DB with the appropriate connection information, you could dump that data into a local postgres db to use. You would need to set up all the resources initially and then copy that db information to each local machine, but you wouldn't have to go through the UI each time.