forked from teracyhq/dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
42 lines (38 loc) · 1.49 KB
/
config.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
# teracy-dev related settings
teracy-dev:
require_version: ">= 0.6.0-b1-SNAPSHOT"
# location sync
location:
git:
remote:
origin: https://github.com/teracyhq/dev.git
branch: develop
sync: false # disabled by default, should be enabled by teracy-dev-entry when needed
extensions:
- _id: "kernel-core"
_id_deprecated: "0"
path:
lookup: extensions # we can configure where to lookup for the extension, "extensions" by default if no configured
extension: teracy-dev-core # extension_path, we'll lookup the extension by its lookup_path + extension_path
location: # auto download the extension into the lookup_path
git:
remote:
origin: https://github.com/teracyhq-incubator/teracy-dev-core.git
branch: v0.4.0
require_version: ">= 0.4.0"
enabled: true # when true, extension will be auto-downloaded if not available yet and will load this extension to be used
# extension must have manifest.yaml file to describe its name, version and optional description
# optional: config_default.yaml, teracy-dev-ext.rb will be auto loaded if available
# support for teracy-dev-entry auto update
entry_location:
git:
remote:
origin:
branch:
sync: false # disabled by default, should be enabled by teracy-dev-entry when needed
# vagrant related settings
vagrant: {}
# default settings for all nodes
default: {}
# specific nodes, each node will override the default
nodes: []