What is config files?
Config files in Ultim8e Deployer are files that you want to upload during a deployment, but would like not to keep in your repository. Theese files are particularly useful for configuration files that might contain sensitive data such as a database, 3rd API Keys, Tokens, etc in such config file.
How to add config file?
To add a config file, Go to projects > Select your Project in which you would like to add the config files, then click on the config tab > Click to add a new config file, entering the name, full path to which you would like to keep the file, then any data you need it to contain.

Note: If you would like to store the config file on project folder leave it empty as Ultim8e Deployer will upload the file to your project base path folder.
Config files are copied before running your Scripts so it is available in to use in your Scripts for execution.