-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathquestions.yml
More file actions
53 lines (53 loc) · 1.53 KB
/
questions.yml
File metadata and controls
53 lines (53 loc) · 1.53 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
questions:
- variable: mongo.path
default: /opt/voice-corpus-maker/lunarc/db/
description: "Where are MongoDB files stored ?"
label: "Mongo Path"
type: string
required: true
group: "Mongo Settings"
- variable: mongo.image
default: mongo:3.4
label: "Mongo Image"
type: string
required: true
group: "Mongo Settings"
- variable: vcm.config
description: "Where are Voice Corpus Maker Server configuration files stored ?"
default: /opt/voice-corpus-maker/lunarc/config/
label: "Voice Corpus Maker Server Configuration Path"
type: string
required: true
group: "Voice Corpus Maker Server Settings"
- variable: vcm.image
default: docker.lineolia.net/meda/voice-corpus-maker:0.0.1
label: "Voice Corpus Maker Server Image"
type: string
required: true
group: "Voice Corpus Maker Server Settings"
- variable: vcm.host
default: vcm.lineolia.net
label: "Voice Corpus Maker Server Host"
type: string
required: true
group: "Voice Corpus Maker Server Settings"
- variable: vcm.https
default: true
type: boolean
required: true
label: "HTTPS"
group: "Voice Corpus Maker Server Settings"
show_subquestion_if: true
subquestions:
- variable: vcm.ssl.domain
default: vcm.lineolia.net
label: "Voice Corpus Maker Server Host SSL Domain"
type: string
required: true
group: "Voice Corpus Maker Server SSL Settings"
- variable: vcm.ssl.secret
default: vcm-server
label: "Voice Corpus Maker Server SSL Secret"
type: string
required: true
group: "Voice Corpus Maker Server SSL Settings"