diff --git a/scripts/start.sh b/scripts/start.sh new file mode 100755 index 0000000..89fe147 --- /dev/null +++ b/scripts/start.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +export APP_PORT=9995 +export KAFKA_PORT=9092 +export KAFKA_HOST=127.0.0.1 + +./authDBService \ No newline at end of file