mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-06-27 04:22:05 +00:00
Add operations.yaml (#21131)
This commit is contained in:
parent
799d14eef4
commit
5e8565af4b
@ -428,3 +428,8 @@ web:
|
||||
cache-control: ${WEB_CONF_CACHE_CONTROL:-""}
|
||||
pragma: ${WEB_CONF_PRAGMA:-""}
|
||||
|
||||
operationalConfig:
|
||||
enable: ${OPERATIONAL_CONFIG_ENABLED:-true}
|
||||
operationsConfigFile: ${OPERATIONAL_CONFIG_FILE:-"./conf/operations.yaml"}
|
||||
|
||||
|
||||
|
15
conf/operations.yaml
Normal file
15
conf/operations.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
email:
|
||||
emailingEntity: ${OM_EMAIL_ENTITY:-"OpenMetadata"}
|
||||
supportUrl: ${OM_SUPPORT_URL:-"https://slack.open-metadata.org"}
|
||||
enableSmtpServer : ${AUTHORIZER_ENABLE_SMTP:-false}
|
||||
senderMail: ${OPENMETADATA_SMTP_SENDER_MAIL:-"sender@gmail.com"}
|
||||
serverEndpoint: ${SMTP_SERVER_ENDPOINT:-"smtp.gmail.com"}
|
||||
serverPort: ${SMTP_SERVER_PORT:-"587"}
|
||||
username: ${SMTP_SERVER_USERNAME:-""}
|
||||
password: ${SMTP_SERVER_PWD:-""}
|
||||
transportationStrategy: ${SMTP_SERVER_STRATEGY:-"SMTP_TLS"}
|
||||
templates: ${TEMPLATES:-"collate"}
|
||||
|
||||
serverUrl:
|
||||
openMetadataUrl: ${OPENMETADATA_SERVER_URL:-"http://localhost:8585"}
|
||||
|
@ -8,7 +8,8 @@
|
||||
"properties": {
|
||||
"openMetadataUrl": {
|
||||
"description": "OpenMetadata Server Endpoint",
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"default": "http://localhost:8585"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
Loading…
x
Reference in New Issue
Block a user