params.env.example 73 B

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