Skip to content

Commit b3ab0b4

Browse files
committed
Changed engineblock metadata backend to database
1 parent c6f9583 commit b3ab0b4

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

group_vars/acc.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -119,16 +119,16 @@ engine_keys:
119119

120120
engine_block:
121121
metadataRepositories:
122-
# - {
123-
# index: 0,
124-
# type: "database",
125-
# value: "Doctrine"
126-
# }
127122
- {
128123
index: 0,
129-
type: "janus",
130-
value: "JanusRestV1"
124+
type: "database",
125+
value: "Doctrine"
131126
}
127+
# - {
128+
# index: 0,
129+
# type: "janus",
130+
# value: "JanusRestV1"
131+
# }
132132

133133
tomcat_apps:
134134
- api

group_vars/prod.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -117,16 +117,16 @@ engine_keys:
117117

118118
engine_block:
119119
metadataRepositories:
120-
# - {
121-
# index: 0,
122-
# type: "database",
123-
# value: "Doctrine"
124-
# }
125120
- {
126121
index: 0,
127-
type: "janus",
128-
value: "JanusRestV1"
122+
type: "database",
123+
value: "Doctrine"
129124
}
125+
# - {
126+
# index: 0,
127+
# type: "janus",
128+
# value: "JanusRestV1"
129+
# }
130130

131131
tomcat_apps:
132132
- api

group_vars/test.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -117,16 +117,16 @@ engine_keys:
117117

118118
engine_block:
119119
metadataRepositories:
120-
# - {
121-
# index: 0,
122-
# type: "database",
123-
# value: "Doctrine"
124-
# }
125120
- {
126121
index: 0,
127-
type: "janus",
128-
value: "JanusRestV1"
122+
type: "database",
123+
value: "Doctrine"
129124
}
125+
# - {
126+
# index: 0,
127+
# type: "janus",
128+
# value: "JanusRestV1"
129+
# }
130130

131131
tomcat_apps:
132132
- grouper

0 commit comments

Comments
 (0)