-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.sample.yaml
52 lines (52 loc) · 990 Bytes
/
config.sample.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
48
49
50
51
52
log_level: TRACE
timeouts:
startup: 30s
shutdown: 30s
iam:
url: 'https://iam.netsoc.ie/v1'
token: A.B.C
token_file: ''
allow_insecure: false
lxd:
url: https://localhost
tls:
ca:
server_cert:
client_cert:
client_key:
trust_password: hunter2
allow_insecure: false
webspaces:
lxd_profile: webspace
instance_prefix: 'ws-'
domain: ng.localhost
config_defaults:
startup_delay: 3
http_port: 80
sni_passthrough: false
max_startup_delay: 60
ip_timeout: '10s'
ports:
start: 49152
end: 65535
max: 64
kubernetes_service: ''
http:
listen_address: ':8080'
cors:
allowed_origins: ['*']
traefik:
provider: kubernetes
redis:
addr: '127.0.0.1:6379'
db: 0
cert_resolver: ''
kubernetes:
namespace: webspace-ng
default_secret: ''
cluster_issuer: ''
https_entrypoint: https
default_sans: ['*.ng.localhost']
webspaced_url: 'http://localhost:8080'
iam_token: A.B.C
iam_token_file: ''