X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=cis%2Fpost-json.sh;h=21128d0cfdec7a857eb62a0b15065e980714f708;hb=HEAD;hp=aaca00ea8d7ed029d22bb5f19d984ad46880de9a;hpb=080b37a97e93691b3ba1c4aa3982a143167115a7;p=living-lab-site.git diff --git a/cis/post-json.sh b/cis/post-json.sh index aaca00e..21128d0 100755 --- a/cis/post-json.sh +++ b/cis/post-json.sh @@ -6,6 +6,7 @@ if [ $# -ne 1 ]; then fi JSON_FILE="$1" -CIS_URL="http://p2p-next-03.grid.pub.ro:8080/" +#CIS_URL="http://p2p-next-03.grid.pub.ro:8080/" +CIS_URL="http://localhost:31500/" curl -H 'Content-Type: application/json' --data-binary @"$JSON_FILE" ${CIS_URL}ingest_content