grab-api-sentinel-mocks/config.mjs

12 lines
421 B
JavaScript
Raw Normal View History

// These parameters are all optional.
2023-01-02 21:15:40 +00:00
// token will use the environment $TOKEN (must be exported) if unspecified.
// using the environment variable is the recommended way to declare your token
// downloadDir will use the current directory if unspecified
// base_url will use app.terraform.io if unspecified
2022-12-31 00:05:18 +00:00
export const config = {};
2022-12-30 23:13:12 +00:00
config.token = "";
2022-12-31 00:00:58 +00:00
config.downloadDir = "";
2023-01-02 21:35:25 +00:00
config.base_url = "";
config.run_id = "";