Making an environment file
To create a new environment file:
Navigate to the <instance>\environments folder. If the environments folder does not exist, create it.
Once in the folder, create a new .json file with the name of the company the environment file is being created for followed by the name of the environment the file will be used in.
In other words, the syntax of the environment file name will be <company>-<environment>.json . For example, an environment file is being created for ABC company for their development environment. The environment file is then called abc-dev.json . This naming scheme is recommended as a way to keep track of which environment file is intended for a particular environment and/or company.
A good starting point for adding content to the new, currently empty, abc-dev.json environment file is to reference the default.json sample file from the <instance>\component\Default\Scenario\hid_env_default directory and copy/paste needed portions from that sample into your abc-dev.json environment file. If you decide to use the full contents of the default.json sample as your new environment file, it is advised that you make a copy of the default.json sample and rename it to the desired environment name. That way, the original default.json sample remains for future reference.