I want to get the information of the environment variable file

I want to get the information of the environment variable file.
What should I do?

image

Hey @honoru where does this variable currently live in Retool? Is this a global variable? Would you mind sharing a full screenshot? Thank You!

Please check the capture here @cperea

Hey @honoru at the moment you are not able to access those variables, but it is a feature that we are currently working on implementing in the future.

We do have the RETOOL_EXPOSED_DB_PASSWORD variable, but this can only be used in a resource setup and is for managing secrets. You can read about that here.

Hope this helps!

Hi @cperea , I want to use secrets in my JS as I understand it's impossible since it was replaced on the server side right?

Is there another option to use the env variable in JS? I mean global script utils or javascript query.

Thank you.