193 ignoring dev config
This commit is contained in:
parent
287922dce8
commit
58de6ae3c6
|
@ -26,4 +26,4 @@ node_modules
|
|||
.DS_Store
|
||||
src/java
|
||||
yarn.lock
|
||||
/config.edn
|
||||
env/dev/resources/config.edn
|
||||
|
|
|
@ -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:
|
||||
|
||||
```
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue