-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeployment-info.json
More file actions
40 lines (40 loc) · 877 Bytes
/
Copy pathdeployment-info.json
File metadata and controls
40 lines (40 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"schema": "bsv-app",
"schemaVersion": "1.0",
"topicManagers": {
"tm_bounty": "./backend/src/topic-managers/BountyTopicManager.ts"
},
"lookupServices": {
"ls_bounty": {
"serviceFactory": "./backend/src/lookup-services/BountyLookupServiceFactory.ts",
"hydrateWith": "mongo"
}
},
"frontend": {
"language": "react",
"sourceDirectory": "./frontend"
},
"configs": [
{
"name": "Local LARS",
"network": "mainnet",
"provider": "LARS",
"run": [
"backend",
"frontend"
]
},
{
"name": "babbage",
"provider": "CARS",
"CARSCloudURL": "https://cars.babbage.systems",
"projectID": "ea98977f72defcf56238a39a35af6875",
"network": "mainnet",
"deploy": [
"frontend",
"backend"
],
"frontendHostingMethod": "HTTPS"
}
]
}