Skip to content

Commit

Permalink
correcting to default
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Jun 3, 2020
1 parent 860cc1a commit 1fcd3cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN ../copy.sh https://github.com/openworm/org.geppetto.datasources.git "${geppe
rm -rf src

RUN ../copy.sh https://github.com/VirtualFlyBrain/uk.ac.vfb.geppetto.git "${ukAcVfbGeppettoRelease}" "${ukAcVfbGeppettoRelease}" "${ukAcVfbGeppettoRelease}"

RUN export DEBUG=false; if test "$build_type" = "development" ; then export DEBUG=true; fi && \
echo "DEBUG=$DEBUG" && \
/bin/grep -rls "Boolean debug=" $HOME/workspace/uk.ac.vfb.geppetto/src/ | xargs /bin/sed -i "s@Boolean debug=.*;@Boolean debug=$DEBUG;@g" &&\
Expand All @@ -91,7 +91,7 @@ RUN cd $HOME/workspace/org.geppetto.frontend/src/main &&\

RUN cd $HOME/workspace/org.geppetto.frontend/src/main/webapp &&\
$HOME/rename.sh https://github.com/openworm/geppetto-client.git "${geppettoClientRelease}" "${geppettoClientRelease}" "${geppettoClientRelease}"

RUN echo "package.json" && cat $HOME/workspace/org.geppetto.frontend/src/main/webapp/package.json

COPY dockerFiles/geppetto.plan $HOME/workspace/org.geppetto/geppetto.plan
Expand Down
2 changes: 1 addition & 1 deletion components/configuration/VFBMain/searchConfiguration.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var datasourceConfiguration = {
"url": "https://solr-dev.virtualflybrain.org/solr/ontology/select",
"url": "https://solr.virtualflybrain.org/solr/ontology/select",
"query_settings":
{
"q": "$SEARCH_TERM$ OR $SEARCH_TERM$* OR *$SEARCH_TERM$*",
Expand Down

0 comments on commit 1fcd3cc

Please sign in to comment.