grab-api-sentinel-mocks/config.js

10 lines
293 B
JavaScript
Raw Normal View History

// These parameters are all optional.
// token will use the environment $TOKEN if unspecified
// downloadDir will use the current directory if unspecified
// base_url will use app.terraform.io if unspecified
2022-12-30 23:13:12 +00:00
var config = {};
config.token = "";
2022-12-31 00:00:58 +00:00
config.downloadDir = "";
config.base_url = "";