blob: 88bee423221a089562f30c8b00aeecb0e550e3a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Frontend Settings
dev.backendUri = http://localhost:9095
dev.staticRoot =
dev.dynamicRoot =
*.backendUri = riap://component/backend
*.staticRoot = /grow-frontend
*.dynamicRoot = /grow-frontend
*.f1ConsumerKey = 123
*.f1ConsumerSecret = password-here
*.f1BaseUrl = staging.fellowshiponeapi.com
*.f1ChurchCode = pfseawa
# Backend Settings
dev.clusterName = Dev Cluster
prod.clusterName = Prod Cluster
|