Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow resources to be defined in config #94

Merged
merged 6 commits into from Mar 17, 2021
Merged

Conversation

jeffbski
Copy link
Owner

No description provided.

michaelmerrill and others added 6 commits December 15, 2020 11:11
If resources are not specified on the command line then if they are available in the config they will be used as default resources.

Resources specified on the command line will override any defined in the config file, thus those in the config file are ignored.
config file can now define resources to use as well

```js
module.exports = {
  resources: ['http://localhost:8123', 'http://localhost:8123/foo'],
};
```
@jeffbski jeffbski merged commit 0465c09 into master Mar 17, 2021
This was referenced Mar 18, 2021
This was referenced Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants