Skip to content

Commit

Permalink
Local setup fixes (#1073)
Browse files Browse the repository at this point in the history
* log cnode output

* cache docker layers?

* cached?

* set link libs to true

* remove this

* modify this to local container

* env var override for mad dog

* wrong var name

* debugging

* back to basics

* cleanup
  • Loading branch information
dmanjunath committed Nov 21, 2020
1 parent 013e073 commit 73f06c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion creator-node/scripts/dev-server.sh
Expand Up @@ -2,7 +2,7 @@
set -o xtrace
set -e

link_libs=false
link_libs=true

if [ "$link_libs" = true ]
then
Expand Down
2 changes: 1 addition & 1 deletion discovery-provider/default_config.ini
Expand Up @@ -22,7 +22,7 @@ session_cookie_secure = false
[web3]
host = localhost
port = 8545
eth_provider_url = http://docker.for.mac.localhost:8546
eth_provider_url = http://audius_ganache_cli_eth_contracts:8545

[redis]
url = redis://localhost:5379/0
Expand Down

0 comments on commit 73f06c9

Please sign in to comment.