10 lines
302 B
JavaScript
10 lines
302 B
JavaScript
// 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
|
|
|
|
export const config = {};
|
|
|
|
config.token = "";
|
|
config.downloadDir = "";
|
|
config.base_url = ""; |