Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 501 Bytes

File metadata and controls

22 lines (16 loc) · 501 Bytes

Bens-server

To start locally

  1. Configuration

    1. Prepare env variables

      # graph-node database url
      BENS__DATABASE__CONNECT__URL=postgresql://graph-node:let-me-in@localhost:5432/graph-node?sslmode=disable
      # path to json config
      BENS__CONFIG=./config/dev.json
    2. You can change dev.json config and describe your protocols

  2. Compile and run:

    # add env variables before
    cargo run --bin bens-server