summaryrefslogtreecommitdiff
path: root/src/grow.properties
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-08-04 16:09:29 -0700
committerJesse Morgan <jesse@jesterpm.net>2013-08-04 16:09:29 -0700
commit52539d7aaba96b7997a3c5a07e4a1ad234af7d04 (patch)
tree2686f56bc37656c0824a05e28472f7334ed39028 /src/grow.properties
parent69e2512750dd75fce43a21226979996c3cd7da1d (diff)
Committing everything since its long overdue.
Diffstat (limited to 'src/grow.properties')
-rw-r--r--src/grow.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/grow.properties b/src/grow.properties
index b1bd989..1f76237 100644
--- a/src/grow.properties
+++ b/src/grow.properties
@@ -1 +1,13 @@
+# Frontend Settings
dev.backendUri = http://localhost:9095
+dev.staticRoot =
+dev.dynamicRoot =
+
+*.backendUri = riap://component/backend
+*.staticRoot = /grow-frontend
+*.dynamicRoot = /grow-frontend
+
+# Backend Settings
+dev.clusterName = Dev Cluster
+
+prod.clusterName = Prod Cluster