-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhcs.json
More file actions
101 lines (101 loc) · 2.74 KB
/
hcs.json
File metadata and controls
101 lines (101 loc) · 2.74 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"extends": [
"os.inception.profile/source/profile.proto.json"
],
"uuid": "734a15c7-a1ab-47e2-b605-f2d2f56395a3",
"upstream": {
"packages": {
"os-inception": [
"/genesis/os.inception/services/*/*",
"../os.inception/services/*/*",
"../../../os.inception/services/*/*"
]
},
"catalogs": {
"os-inception": {
"uri": "http://pio-catalog.os-inception-iae5f554-5.vm.cadorn.github.pinf.me:8013/catalog/io.pinf.pio/4681cf435917d41d5f6159a08368fe3e82765f65",
"headers": {
"x-pio.catalog-key": "37a1043d-596a-4bd5-bf60-6d057b30dec2"
}
}
}
},
"mappings": {
"os.inception.profile": {
"location": "os-inception/os.inception.profile"
}
},
"config": {
"pio": {
"domain": "vm.opp.me",
"namespace": "hcs-stack-cust-oauth"
},
"pio.vm": {
"adapter": "digitalocean"
},
"pio.dns": {
"adapters": {
"io-pinf-server-dns": {
"host": "io-pinf-server-dns.hcs.io",
"profile": "hcs.io/hcs-stack-cust-oauth",
"token": "2bd914ed-f6a0-40e3-87e7-507af21e04be"
}
},
"records": {
"{{config.pio.hostname}}": {
"domain": "{{config.pio.domain}}",
"type": "A",
"data": "{{config['pio.vm'].ip}}"
},
"*.{{config.pio.hostname}}": {
"domain": "{{config.pio.domain}}",
"type": "CNAME",
"data": "{{config.pio.hostname}}"
}
}
}
},
"services": {
"0-pio": {
"pio.proxy": {
"enabled": false
}
},
"support": {
"config": {
"depends": [
"io.pinf.ui"
]
},
"homepage": {
"depends": [
"config"
],
"env": {
"PORT": 80
}
}
},
"example": {
"oauth.nodejs": {
"depends": [
"config"
],
"env": {
"PORT": 81
}
},
"contacts.nodejs": {
"depends": [
"config"
],
"env": {
"PORT": 82
}
}
}
},
"overrides": [
"{{env.PIO_PROFILE_PATH}}"
]
}