diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2014-05-29 20:31:37 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2014-05-29 20:31:37 -0700 |
commit | 064a247ac54769baa0f56bde588fa4894fddd505 (patch) | |
tree | 1a8aae45690996a74a9f5ad9f74eef42ed43a609 /src/grow.properties | |
parent | 706466db4a2cdf9978543d2ab5b1e5af1bdbaf09 (diff) |
Loading config earlier.
Diffstat (limited to 'src/grow.properties')
-rw-r--r-- | src/grow.properties | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/grow.properties b/src/grow.properties index cb3b86b..53075fe 100644 --- a/src/grow.properties +++ b/src/grow.properties @@ -1,17 +1,13 @@ # Frontend Settings -dev.staticRoot = -dev.dynamicRoot = - *.backendUri = riap://component/backend -*.staticRoot = /grow-frontend -*.dynamicRoot = /grow-frontend +*.staticRoot = +*.dynamicRoot = prod.postAccountCreationPage = http://foursquaregrow.com/login.html # Backend Settings -dev.clusterName = Dev Cluster - prod.clusterName = Prod Cluster +dev.clusterName = Dev Cluster *.awsRegion = us-west-2 prod.dynamoTablePrefix = grow-prod- |