aboutsummaryrefslogtreecommitdiffstats
path: root/admportal/process.https.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-04-12 08:17:37 -0400
committerDan Timoney <dtimoney@att.com>2021-04-12 08:17:37 -0400
commit5cabe36fe85a780a9fb808343d6341f15da13524 (patch)
tree4893568c164dfaa82226eacc75fec4d622acb398 /admportal/process.https.json
parent41a3f91544616f0e785e0e9e552e9fd0234cc9b3 (diff)
Fix ccsdk version and remove admportal2.1.4
Fix ccsdk versions and remove admportal, which is no longer supported Change-Id: Iaee9bd2b7d5d7345f889357684df18d53db466a1 Issue-ID: SDNC-1507 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: a1d57d8f5131414429f9ef2d8b0468004d253d0a
Diffstat (limited to 'admportal/process.https.json')
-rw-r--r--admportal/process.https.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/admportal/process.https.json b/admportal/process.https.json
deleted file mode 100644
index a9b5ae7c..00000000
--- a/admportal/process.https.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "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"
- }
- }
- ]
-}