steemit / hivemind

Developer-friendly microservice powering social networks on the Steem blockchain.
MIT License
73 stars 65 forks source link

frontend implementation #33

Closed roadscape closed 6 years ago

roadscape commented 7 years ago

In condenser we need to replace:


roadscape commented 6 years ago

condenser issue: https://github.com/steemit/condenser/issues/2180

relativityboy commented 6 years ago

Currently, if running condenser off the https://github.com/steemit/condenser/tree/2180-hive-integration branch and hitting hive locally off 8082 You'll need to add these to your exports to your env.

export SDC_SERVER_HIVE_URL="http://localhost:8082"
export SDC_SERVER_HIVE_NONAPPB_URL="http://localhost:8082/legacy"
roadscape commented 6 years ago

Closing as mirror of https://github.com/steemit/condenser/issues/2180