From f2bd99c91b3d615c9fea4f9195fe1a888a2d93e8 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sun, 22 Sep 2013 20:25:21 -0700 Subject: Fixing tomcat config overrides. Finally fixing config overrides. Found a bug? in restlet where the Servlet context parameters aren't passed to the final application. I'm working around the issue by creating my own component which builds the config and shares it with the frontend and backend. Overall I think it's a much more elegant solution. Now we have the ability to specify an external config file for the F1 credentials and the ability configure different domains in different tomcat containers. --- src/grow.properties | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/grow.properties') diff --git a/src/grow.properties b/src/grow.properties index 6dd282c..d9d3f29 100644 --- a/src/grow.properties +++ b/src/grow.properties @@ -7,11 +7,6 @@ dev.dynamicRoot = *.staticRoot = /grow-frontend *.dynamicRoot = /grow-frontend -*.f1ConsumerKey = 123 -*.f1ConsumerSecret = password-here -*.f1BaseUrl = staging.fellowshiponeapi.com -*.f1ChurchCode = pfseawa - prod.postAccountCreationPage = http://foursquaregrow.com/login.html # Backend Settings -- cgit v1.2.3