github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/sawtooth-supply-chain-master/server/config.json.example (about)

     1  {
     2  
     3    "JWT_SECRET": "shhhhh",
     4    "PRIVATE_KEY": "1111111111111111111111111111111111111111111111111111111111111111",
     5    "MAPS_API_KEY": "https://developers.google.com/maps/documentation/javascript/get-api-key",
     6  
     7    "PORT": 3000,
     8    "RETRY_WAIT": 5000,
     9    "DEFAULT_SUBMIT_WAIT": 500000,
    10    "VALIDATOR_URL": "tcp://localhost:4004",
    11  
    12    "DB_HOST": "localhost",
    13    "DB_PORT": 28015,
    14    "DB_NAME": "supply_chain"
    15  
    16  }