mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-27 08:44:49 +00:00
MINOR - Fix app init details (#14160)
This commit is contained in:
parent
27fa5b34bb
commit
eabca42e82
@ -1 +1,9 @@
|
||||
{}
|
||||
{
|
||||
"name": "DataInsightsApplication",
|
||||
"displayName": "Data Insights",
|
||||
"appConfiguration": {},
|
||||
"appSchedule": {
|
||||
"scheduleType": "Custom",
|
||||
"cronExpression": "0 0 0 1/1 * ? *"
|
||||
}
|
||||
}
|
||||
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "DataInsightsReportApplication",
|
||||
"displayName": "Data Insights Report",
|
||||
"appConfiguration": {
|
||||
"sendToAdmins": true,
|
||||
"sendToTeams": true
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "SearchIndexingApplication",
|
||||
"displayName": "Search Indexing",
|
||||
"appConfiguration": {
|
||||
"entities": [
|
||||
"table",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user