embark/dapps/templates/boilerplate/config
Pascal Precht bad22075ca fix(@embark/templates): ensure boilerplate template comes with valid whisper port
As part of the refactor in e330b338ea we've introduced a
second geth client process to enable whisper functionalities in DApps.
This introduced also a new default port for whisper (e330b338ea (diff-a61fbc84e4172487789d676437f26b5fR14)).
This default port has not been introduced on our boilerplate template which is
used in `embark new` when developers scaffold new apps.

This resulted in runtime errors where the geth process for whisper wasn't
able to successfuly boot up as its configured port address is already in use:

```
geth exited with error code 1
geth exited with error code 1
Blockchain process ended before the end of this process. Try running blockchain in a separate process using `$ embark blockchain`. Code: null
```

This commit changes the default port for whisper in the boilerplate template
to ensure apps created using `embark new` don't run into this error anymore.
2019-11-05 10:57:14 -06:00
..
development build: make DApp templates member packages of the monorepo 2019-03-05 10:20:57 -06:00
privatenet build: make DApp templates member packages of the monorepo 2019-03-05 10:20:57 -06:00
testnet build: make DApp templates member packages of the monorepo 2019-03-05 10:20:57 -06:00
blockchain.js refactor: initial steps toward 5.0.0-alpha.0 (#1856) 2019-08-30 16:50:20 -04:00
communication.js fix(@embark/templates): ensure boilerplate template comes with valid whisper port 2019-11-05 10:57:14 -06:00
contracts.js Fix VM as a client and cleanup template configs (#1966) 2019-10-14 10:42:13 +09:00
namesystem.js build: make DApp templates member packages of the monorepo 2019-03-05 10:20:57 -06:00
pipeline.js feat(@embark/pipeline): Add `enabled` property to pipeline config 2019-03-12 07:53:04 -04:00
storage.js Fix VM as a client and cleanup template configs (#1966) 2019-10-14 10:42:13 +09:00
webserver.js build: make DApp templates member packages of the monorepo 2019-03-05 10:20:57 -06:00