1*48c5967fSGeorge Keishing# This is config file for user who wants to load pre-define variables
2*48c5967fSGeorge Keishing# to be loaded at runtime
3*48c5967fSGeorge Keishing# Key pair vlue , used in the main config ffdc_config.yaml file.
4*48c5967fSGeorge Keishing# NOTE:
5*48c5967fSGeorge Keishing# env_params is a reserved key name, don't rename.
6*48c5967fSGeorge Keishing# var1, var2, var3 and so on you can add and populate as needed.
7*48c5967fSGeorge Keishingenv_params:
8*48c5967fSGeorge Keishing    var1: 1
9*48c5967fSGeorge Keishing    var2: 2
10*48c5967fSGeorge Keishing    var3: 3
11