Initial commit for OpenECOMP SDN-C OA&M
[sdnc/oam.git] / admportal / process.http.json
diff --git a/admportal/process.http.json b/admportal/process.http.json
new file mode 100644 (file)
index 0000000..717f2bc
--- /dev/null
@@ -0,0 +1,17 @@
+{
+  "apps" :[
+               {
+                       "name"  : "http_admportal",
+                       "script" : "/opt/admportal/bin/www",
+                       "out_file" : "/opt/admportal/logs/http_admportal.log",
+                       "error_file" : "/opt/admportal/logs/error_http_admportal.log",
+                       "cwd"        : "/opt/admportal",
+                       "env": 
+                       {
+                "NODE_ENV": "production",
+                "HTTP_PROTOCOL": "http:",
+                "CLASSPATH"     : "/opt/admportal/lib/GLCookieDecryption.jar:/opt/admportal/lib"
+            }
+           }
+               ]
+}