Skip to content

Commit

Permalink
port fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankbrgowda committed Mar 15, 2024
1 parent 5ad00f1 commit fbb6793
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"plugins": [
{
"name": "Apollo",
"url": "http://localhost:9000/jbrowse-plugin-apollo.umd.development.js"
"url": "http://localhost/jbrowse-plugin-apollo.umd.development.js"
}
],
"internetAccounts": [
Expand All @@ -29,8 +29,8 @@
"internetAccountId": "apolloInternetAccount",
"name": "Demo Server",
"description": "A server hosting a small fictional organism to demonstrate Apollo capabilities",
"domains": ["localhost:3999"],
"baseURL": "http://localhost:3999"
"domains": ["localhost"],
"baseURL": "http://localhost"
}
],
"defaultSession": {
Expand Down

0 comments on commit fbb6793

Please sign in to comment.