Skip to content

Commit

Permalink
changing ports for uniprot
Browse files Browse the repository at this point in the history
  • Loading branch information
ddtxra committed May 28, 2015
1 parent 07c0ac5 commit 64ffa32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion start-uniprot.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java -Dserver.port=7777 -jar sparql-playground.war uniprot
java -Dserver.port=9999 -jar sparql-playground.war uniprot
2 changes: 1 addition & 1 deletion start-uniprot.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java -Dserver.port=7777 -jar sparql-playground.war uniprot
java -Dserver.port=9999 -jar sparql-playground.war uniprot

0 comments on commit 64ffa32

Please sign in to comment.