Skip to content

Commit

Permalink
Change wallet dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Asherda committed Dec 17, 2019
1 parent dcfc9f6 commit 148ab9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variables:
DOCKER_DRIVER: overlay2
DEFAULT_VERUSCOIN_BRANCH: master
VERUS_VERSION: 0.0.2-alpha
VERUSCOIN_VERSION: 0.6.0-3
VERUSCOIN_VERSION: 0.6.0-4
KOMODO_VERSION: 0.5.0
BINARY_SOURCE: VerusCoin
EASYDEX_GUI_BUILD: build.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cd Verus
yarn install
yarn start
```
To use debug/dev mode please stop the Verus App (electron) and either set `dev: true` and `debug: true` in `~/.verus-connect/config.json` and then restart the app or replace step 4) from above with the start command below:
To use debug/dev mode please stop the Verus App (electron) and either set `dev: true` and `debug: true` in `~/.verus/config.json` and then restart the app or replace step 4) from above with the start command below:

```shell
yarn start devmode
Expand Down
4 changes: 2 additions & 2 deletions routes/api/pathsUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const pathsAgama = (api) => {
case 'linux':
//api.agamaDirKMD = `${process.env.HOME}/.agama`;

api.agamaDir = `${process.env.HOME}/.verus-connect`;
api.agamaDir = `${process.env.HOME}/.verus`;
return api;
break;

Expand Down Expand Up @@ -60,7 +60,7 @@ const pathsDaemons = (api) => {
break;

case 'linux':
api.agamaTestDir = `${process.env.HOME}/.verus-connect/test`,
api.agamaTestDir = `${process.env.HOME}/.verus/test`,
api.komododBin = path.join(__dirname, '../../assets/bin/linux64/komodod'),
api.komodocliBin = path.join(__dirname, '../../assets/bin/linux64/komodo-cli'),
api.veruscliBin = path.join(__dirname, '../../assets/bin/linux64/verusd/verus'),
Expand Down

0 comments on commit 148ab9d

Please sign in to comment.