-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig_default.yaml
47 lines (42 loc) · 1.09 KB
/
config_default.yaml
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
teracy-dev:
# teracy-dev location specification
location:
git:
remote:
origin: https://github.com/teracyhq/dev.git
branch: v0.6.0-a8
sync: true
# teracy-dev-entry auto update
entry_location:
git:
remote:
origin: https://github.com/teracyhq-incubator/teracy-dev-entry-v05.git
branch: master
sync: true
extensions:
# use teracy-dev-core v0.4.0
- _id: "kernel-core"
location:
git:
branch: v0.4.0
require_version: ">= 0.4.0"
- _id: "entry-essential"
path:
extension: teracy-dev-essential
location:
git:
remote:
origin: https://github.com/teracyhq-incubator/teracy-dev-essential.git
branch: v0.7.0
require_version: ">= 0.7.0"
enabled: true
- _id: "entry-v05-compat"
path:
extension: teracy-dev-v05-compat
location:
git:
remote:
origin: https://github.com/teracyhq-incubator/teracy-dev-v05-compat.git
branch: v0.4.0
require_version: ">= 0.4.0"
enabled: true