George Keishing | 8e94f8c | 2021-07-23 15:06:32 -0500 | [diff] [blame] | 1 | # This is config file for user who wants to load pre-define variables |
2 | # to be loaded at runtime | ||||
3 | # Key pair vlue , used in the main config ffdc_config.yaml file. | ||||
4 | # NOTE: | ||||
5 | # env_params is a reserved key name, don't rename. | ||||
6 | # var1, var2, var3 and so on you can add and populate as needed. | ||||
7 | env_params: | ||||
8 | var1: 1 | ||||
9 | var2: 2 | ||||
10 | var3: 3 |