Skip to content

Commit

Permalink
update default config
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Sep 3, 2018
1 parent 6b7520e commit e4ac6b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ The intention is to configure condenser using environment variables. You can see
Environment variables using an example like this:

```bash
export SDC_CLIENT_STEEMD_URL="wss://steemd.smoke.io"
export SDC_SERVER_STEEMD_URL="wss://steemd.smoke.io"
export SDC_CLIENT_STEEMD_URL="https://testnet.smoke.io/wss"
export SDC_SERVER_STEEMD_URL="https://testnet.smoke.io/wss"
```
Keep in mind environment variables only exist in your active session, so if you wish to save them for later use you can put them all in a file and `source` them in.

Expand Down
8 changes: 4 additions & 4 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
"auth_token": false
},
"upload_image": false,
"steemd_connection_client": "wss://steemd.smoke.io",
"steemd_connection_server": "wss://steemd.smoke.io",
"chain_id": "0000000000000000000000000000000000000000000000000000000000000000",
"address_prefix": "STM"
"steemd_connection_client": "https://testnet.smoke.io/wss",
"steemd_connection_server": "https://testnet.smoke.io/wss",
"chain_id": "a66e00caa50e6817bbe24e927bf48c5d4ba1b33f36bdbb5fa262a04012c4e3ee",
"address_prefix": "SMK"
}

0 comments on commit e4ac6b7

Please sign in to comment.