MINOR - Fix app init details (#14160)

This commit is contained in:
Pere Miquel Brull 2023-11-29 14:46:37 +01:00 committed by GitHub
parent 27fa5b34bb
commit eabca42e82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 1 deletions

View File

@ -1 +1,9 @@
{} {
"name": "DataInsightsApplication",
"displayName": "Data Insights",
"appConfiguration": {},
"appSchedule": {
"scheduleType": "Custom",
"cronExpression": "0 0 0 1/1 * ? *"
}
}

View File

@ -1,5 +1,6 @@
{ {
"name": "DataInsightsReportApplication", "name": "DataInsightsReportApplication",
"displayName": "Data Insights Report",
"appConfiguration": { "appConfiguration": {
"sendToAdmins": true, "sendToAdmins": true,
"sendToTeams": true "sendToTeams": true

View File

@ -1,5 +1,6 @@
{ {
"name": "SearchIndexingApplication", "name": "SearchIndexingApplication",
"displayName": "Search Indexing",
"appConfiguration": { "appConfiguration": {
"entities": [ "entities": [
"table", "table",