Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Groxan committed Aug 5, 2020
1 parent 95de8b7 commit 6249b5e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,13 @@ Like this:
"Endpoint": "https://mainnet-tezos.giganode.io/",
"Timeout": 60
},

"Quotes": {
"Async": true,
"Provider": {
"Name": "TzktQuotes"
}
},

"ConnectionStrings": {
"DefaultConnection": "server=localhost;port=5432;database=tzkt_db;username=tzkt;password=qwerty;"
Expand Down Expand Up @@ -310,6 +317,13 @@ Like this:
"Endpoint": "https://rpc.tzkt.io/carthagenet/",
"Timeout": 30
},

"Quotes": {
"Async": true,
"Provider": {
"Name": "TzktQuotes"
}
},

"ConnectionStrings": {
"DefaultConnection": "server=localhost;port=5432;database=cartha_tzkt_db;username=tzkt;password=qwerty;"
Expand Down Expand Up @@ -504,6 +518,13 @@ Like this:
"Endpoint": "https://rpc.tzkt.io/zeronet/",
"Timeout": 30
},

"Quotes": {
"Async": true,
"Provider": {
"Name": "TzktQuotes"
}
},

"ConnectionStrings": {
"DefaultConnection": "server=localhost;port=5432;database=zero_tzkt_db;username=tzkt;password=qwerty;"
Expand Down

0 comments on commit 6249b5e

Please sign in to comment.