Arlolra has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/191829

Change subject: Remove more appfog stuff
......................................................................

Remove more appfog stuff

 * Who knows how far this has bitrotted. Appfog is no longer a free service
   (after 30 days). We're better off encouraging use of labs or the MWF
   public parsoid instance.

 * Should have been part of I65bed1ef9829d37e00e2b9cff6a76dcb0f5c4cc1

 * Was introduced in Ieebd9b5c937a2b0a8e9d43e071acf346bf24b6c6

Change-Id: I9475cfc8c3b3883ac3caa47d37773e71cdeec4c4
---
M api/ParsoidService.js
D manifest.yml
2 files changed, 1 insertion(+), 21 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/parsoid 
refs/changes/29/191829/1

diff --git a/api/ParsoidService.js b/api/ParsoidService.js
index 55cd643..5728450 100644
--- a/api/ParsoidService.js
+++ b/api/ParsoidService.js
@@ -99,9 +99,7 @@
 
 
        // Get host and port from the environment, if available
-       // VCAP_APP_PORT is for appfog.com support
-       var port = parsoidConfig.serverPort ||
-               process.env.VCAP_APP_PORT || process.env.PORT || 8000;
+       var port = parsoidConfig.serverPort || process.env.PORT || 8000;
        // default bind all
        var host = parsoidConfig.serverInterface || process.env.INTERFACE;
 
diff --git a/manifest.yml b/manifest.yml
deleted file mode 100644
index 806ccba..0000000
--- a/manifest.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-# AppFog.com configuration for parsoid
-# (useful if you want to deploy your own parsoid instance in the cloud)
----
-applications:
-  .:
-    name: parsoid
-    framework:
-      name: standalone
-      info:
-        mem: 64M
-        description: Standalone Application
-        exec:
-    runtime: node08
-    command: npm run start
-    infra: aws
-    url:
-    mem: 1G
-    instances: 1

-- 
To view, visit https://gerrit.wikimedia.org/r/191829
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9475cfc8c3b3883ac3caa47d37773e71cdeec4c4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/parsoid
Gerrit-Branch: master
Gerrit-Owner: Arlolra <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to