params.env.example 73 B

123456
  1. KEY="val"
  2. # use inheritance and comments
  3. KEY1="${KEY}1"
  4. KEY2="${KEY}2"