summaryrefslogtreecommitdiff
path: root/src/main/resources/grow.properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/grow.properties')
-rw-r--r--src/main/resources/grow.properties15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/main/resources/grow.properties b/src/main/resources/grow.properties
new file mode 100644
index 0000000..53075fe
--- /dev/null
+++ b/src/main/resources/grow.properties
@@ -0,0 +1,15 @@
+# Frontend Settings
+*.backendUri = riap://component/backend
+*.staticRoot =
+*.dynamicRoot =
+
+prod.postAccountCreationPage = http://foursquaregrow.com/login.html
+
+# Backend Settings
+prod.clusterName = Prod Cluster
+dev.clusterName = Dev Cluster
+
+*.awsRegion = us-west-2
+prod.dynamoTablePrefix = grow-prod-
+serverprod.dynamoTablePrefix = grow-prod-
+dev.dynamoTablePrefix = grow-dev-