forked from tengu-team/layer-sojobo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
44 lines (44 loc) · 1.71 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
43
44
options:
charm-dir:
type: string
default: '/home/ubuntu/qrama-charms'
description: |
The location where the api will search for local charms, when the app_name is prefixed with "local:<app_name>"
host:
type: string
default: "127.0.0.1"
description: listen address. When left at the default value, defaults to internal ip address.
install_sources:
description: |
list of extra apt sources, per charm-helpers standard
format (a yaml list of strings encoded as a string). each source
may be either a line that can be added directly to
sources.list(5), or in the form ppa:<user>/<ppa-name> for adding
personal package archives, or a distribution component to enable.
type: string
default: |
- "deb https://oss-binaries.phusionpassenger.com/apt/passenger xenial main"
- "ppa:jonathonf/python-3.6"
install_keys:
description: |
list of signing keys for install_sources package sources, per
charmhelpers standard format (a yaml list of strings encoded as
a string). the keys should be the full ascii armoured gpg public
keys. while gpg key ids are also supported and looked up on a
keyserver, operators should be aware that this mechanism is
insecure. null can be used if a standard package signing key is
used that will already be installed on the machine, and for ppa
sources where the package signing key is securely retrieved from
launchpad.
type: string
default: |
- 561F9B9CAC40B2F7
- null
github-repo:
type: string
default: "tengu-team"
description: The github-repo where the bundles can be found.
port:
type: int
default: 80
description: listen port.