Skip to content

Commit 807e17b

Browse files
authored
Merge pull request #28 from FusionAuth/system-config-kickstart-update
kickstart mods for system config changes
2 parents 9742aab + 259be34 commit 807e17b

2 files changed

Lines changed: 782 additions & 711 deletions

File tree

kickstart/kickstart.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
"debug": false,
5454
"enabled": true,
5555
"preflightMaxAgeInSeconds": 0
56+
},
57+
"usageDataConfiguration": {
58+
"enabled": true
5659
}
5760
}
5861
}
@@ -134,7 +137,7 @@
134137
}
135138
}
136139
},
137-
{
140+
{
138141
"method": "POST",
139142
"url": "/api/theme/#{newThemeId}",
140143
"body": {
@@ -194,12 +197,11 @@
194197
"registrationVerificationRequired": "@{templates/registrationVerificationRequired.ftl}",
195198
"registrationVerify": "@{templates/registrationVerify.ftl}",
196199
"samlv2Logout": "@{templates/samlv2Logout.ftl}",
197-
"unauthorized" : "@{templates/unauthorized.ftl}"
200+
"unauthorized": "@{templates/unauthorized.ftl}"
198201
}
199202
}
200203
}
201204
},
202-
203205
{
204206
"method": "PATCH",
205207
"url": "/api/theme/#{newThemeId}",
@@ -219,4 +221,4 @@
219221
}
220222
}
221223
]
222-
}
224+
}

0 commit comments

Comments
 (0)