193 ignoring dev config

This commit is contained in:
Ivan Grishaev 2017-12-26 18:59:38 +03:00
parent 287922dce8
commit 58de6ae3c6
3 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

@ -26,4 +26,4 @@ node_modules
.DS_Store .DS_Store
src/java src/java
yarn.lock yarn.lock
/config.edn env/dev/resources/config.edn

View File

@ -41,7 +41,8 @@ Web3j [2.3.0](https://github.com/web3j/web3j/releases/tag/v2.3.0) is required an
Prepare your local git-ignored config file: Prepare your local git-ignored config file:
``` ```
cp env/dev/resources/config.edn config.edn cd env/dev/resources
cp config.example.edn config.edn
``` ```
Make sure `config.edn` is correctly populated. Make sure `config.edn` is correctly populated.