globals.json 84 B

12345678
  1. {
  2. "default" : {
  3. "myGlobal" : 1
  4. },
  5. "test_env" : {
  6. "myGlobal" : 2
  7. }
  8. }