OpenMetadata/conf/operations.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
614 B
YAML
Raw Permalink Normal View History

2025-05-12 09:33:19 +05:30
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:-"openmetadata"}
2025-05-12 09:33:19 +05:30
serverUrl:
openMetadataUrl: ${OPENMETADATA_SERVER_URL:-"http://localhost:8585"}