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