testingrequired / restspec

Interact or test REST resources from the command line.
MIT License
0 stars 0 forks source link

restspecrc.json #17

Open kyleect opened 5 years ago

kyleect commented 5 years ago

Example

exports.timeout = 10000;

exports.envs = {
  dev: "http://dev.example.com",
  prod: "http://example.com"
}