Skip to content

Commit

Permalink
feat(config): add ability to override host + hub (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta authored Jul 15, 2022
1 parent 46cf29e commit 122ba5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/custom-environment-variables.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "host": "README_HOST", "hub": "README_HUB" }
2 changes: 1 addition & 1 deletion config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module.exports = {
// eslint-disable-next-line global-require
cli: require('../package.json').name,
host: 'https://dash.readme.com',
hub: 'https://{project}.readme.io',
hub: 'https://{project}.readme.io', // this is only used for the `open` command
};

0 comments on commit 122ba5c

Please sign in to comment.