add paramters in run.sh
[vfc/nfvo/lcm.git] / run.sh
diff --git a/run.sh b/run.sh
index dccfd2e..a200ffc 100755 (executable)
--- a/run.sh
+++ b/run.sh
@@ -22,9 +22,9 @@ fi
 #nohup uwsgi --http :8403 -t 120 --module lcm.wsgi --master --processes 4 &
 
 if [ "${SSL_ENABLED}" = "true" ]; then
-    nohup uwsgi --https :8403,lcm/pub/ssl/cert/foobar.crt,lcm/pub/ssl/cert/foobar.key, HIGH -t 120 --module lcm.wsgi --master --processes 4 &
+    nohup uwsgi --https :8403,lcm/pub/ssl/cert/foobar.crt,lcm/pub/ssl/cert/foobar.key, -t 120  --module lcm.wsgi --uid onap --gid onap --master --processes 4 &
 else
-    nohup uwsgi --http :8403 -t 120 --module lcm.wsgi --master --processes 4 &
+    nohup uwsgi --http :8403 -t 120 --module lcm.wsgi --uid onap --gid onap --master --processes 4 &
 fi