blob: cb3b86b111f54138cee3853396fd994ee54b6848 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Frontend Settings
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
*.awsRegion = us-west-2
prod.dynamoTablePrefix = grow-prod-
serverprod.dynamoTablePrefix = grow-prod-
dev.dynamoTablePrefix = grow-dev-
|