summaryrefslogtreecommitdiff
path: root/src/es5/hub-fwd-es
blob: 20699fa1ef0eb514bb8c5136a22c8f021b0e5d68 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh

if [ -z "$1" ] || [ -z "$2" ]; then
  echo "Usage: $0 <index> <sqlite-file>"
  exit 1
fi

../hub/bin/sfive-hub -start-pipe-server=false -start-pipegram-server=false -start-web-server=false -db "$2" -forward-es-url="http://stream.elevate.at:9200/e14"