blob: d9d3f29a1a931abe4a8a08c36bcf9c0cea7e9f5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Frontend Settings
dev.backendUri = http://localhost:9095
dev.staticRoot =
dev.dynamicRoot =
*.backendUri = riap://component/backend
*.staticRoot = /grow-frontend
*.dynamicRoot = /grow-frontend
prod.postAccountCreationPage = http://foursquaregrow.com/login.html
# Backend Settings
dev.clusterName = Dev Cluster
prod.clusterName = Prod Cluster
|