Changeset 35162


Ignore:
Timestamp:
2021-05-04T22:45:24+12:00 (3 years ago)
Author:
davidb
Message:

Change in response to testing

Location:
gs2-extensions/apache-jena/trunk/src/src3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/apache-jena/trunk/src/src3/gs-triplestore-add3

    r35058 r35162  
    1212    graph_uri="$FULL_GREENSTONE_URL_PREFIX/collection/$graph_name"
    1313else
    14     graph_uri="http://localhost:4040/greenstone/data/$graph_name"
     14    graph_uri="http://localhost:8383/greenstone3/library/collection/$graph_name"
     15    # graph_uri="http://localhost:4040/greenstone/data/$graph_name"
    1516    # graph_uri="https://so-we-must-think.space/greenstone3-lod3/greenstone/data/$graph_name"
    1617fi
  • gs2-extensions/apache-jena/trunk/src/src3/gs-triplestore-reset3

    r35058 r35162  
    1111    graph_uri="$FULL_GREENSTONE_URL_PREFIX/collection/$graph_name"
    1212else
    13     graph_uri="http://localhost:4040/greenstone/data/$graph_name"
     13    graph_uri="http://localhost:8383/greenstone3/library/collection/$graph_name"
     14    # graph_uri="http://localhost:4040/greenstone/data/$graph_name"
    1415    # graph_uri="https://so-we-must-think.space/greenstone3-lod3/greenstone/data/$graph_name"
    1516fi
Note: See TracChangeset for help on using the changeset viewer.