Adding local-link-connectivity-list (llcl) information to match ttp and tp locally...
[sdnc/oam.git] / admportal / process.https.json
1 {
2   "apps" :[
3                 {
4                         "name"  : "admportal8443",
5                         "script" : "/opt/admportal/bin/wwwssl",
6                         "out_file" : "/opt/admportal/logs/admportal8443.log",
7                         "error_file" : "/opt/admportal/logs/error_admportal8443.log",
8                         "cwd"        : "/opt/admportal",
9                         "env": 
10                         { 
11                                 "NODE_ENV": "production",
12                                 "HTTP_PROTOCOL": "https:",
13                                 "CLASSPATH"     : "/opt/admportal/lib/GLCookieDecryption.jar:/opt/admportal/lib"
14                         }
15             }
16                 ]
17 }