From 69e2512750dd75fce43a21226979996c3cd7da1d Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sun, 9 Jun 2013 17:35:48 -0700 Subject: Configuration Changes Fixing a bug in the config class and updating all templates and pages to use the dynamicRoot and staticRoot config values to prefix URLs. --- src/grow.properties | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/grow.properties (limited to 'src/grow.properties') diff --git a/src/grow.properties b/src/grow.properties new file mode 100644 index 0000000..b1bd989 --- /dev/null +++ b/src/grow.properties @@ -0,0 +1 @@ +dev.backendUri = http://localhost:9095 -- cgit v1.2.3