diff options
Diffstat (limited to 'src/grow.properties')
-rw-r--r-- | src/grow.properties | 12 |
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 |