Creating/Getting Config Values

I’m trying to figure out how to set values in a server configuration file and use these files serverside.

For example, I want to store values encrypted in a table but don’t want to hard-code the encryption password with the action step. I want to be able to store the encryption password in a file (i.e. a .ini file, then grab the encryption password from there when it’s used.

I’ve figured out how to set a global server value, but haven’t figured out how to use that value in a different file. There doesn’t seem to be an option on the server connect side to create server side includes. Basically I just want to be able to set multiple key value pairs, then return the value based on the key provided.

I don’t want to store this in a database.

Thanks!

Community Page
Last updated: