appconfig.json 107 B

12345678
  1. {
  2. "production": {
  3. "foo": "bar"
  4. },
  5. "testing": {
  6. "_extends": "production"
  7. }
  8. }