Skip to content

Commit

Permalink
Update webconfig.js with more info on share url
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Jul 12, 2024
1 parent a78c526 commit c96966e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions igvwebConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ var igvwebConfig = {
apiKey: "AIzaSyCEmqU2lrAgKxJCbnJX87a5F3c9GejCCLA",

// Provide a URL shorterner function or object. This is optional. If not supplied
// sharable URLs will not be shortened .
urlShortener:
{
// provider: "",
// api_token: ""
},
// sharable URLs will not be shortened. If using tinyURL supply an api token
// urlShortener: {
// provider: "tinyURL",
// api_token: "<your tinyurl token>"
// },
// urlShortener: function(longURL) {... return shortendURL}

enableCircularView: true,

Expand Down

0 comments on commit c96966e

Please sign in to comment.