Local config file on production

Hi there,

I have several php global variables in a local config php file (API secret keys for example) that my custom theme uses that I don’t want checked into my project. I was wondering where the appropriate place to put them is? I’ll need functions.php to add it in the $sage_includes, so I can use it in my various php files in my custom theme. Just wondering what the standard practice for this is so I don’t have to recreate the file every time I deploy.

Thanks in advance for the help :slight_smile: !