grab-api-sentinel-mocks/config.mjs
2022-12-30 17:19:19 -08:00

10 lines
321 B
JavaScript

// These parameters are all optional.
// token will use the environment $TOKEN (must be exported) if unspecified
// downloadDir will use the current directory if unspecified
// base_url will use app.terraform.io if unspecified
export const config = {};
config.token = "";
config.downloadDir = "";
config.base_url = "";