Skip to content

How do Slack Notifications change the messages link URL in slack channel ? #5545

Answered by yatingAnne
yatingAnne asked this question in Q&A
Discussion options

You must be logged in to vote

I find the solution that add host, port and endpoint in config.toml, like

[server]
    [server.ui]
    host = "http://10.XX.XX.XX"
    port = "8080"
    endpoint = "${server.ui.host}:${server.ui.port}"

ref: https://github.com/PrefectHQ/prefect/blob/master/src/prefect/config.toml

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mudit-alphagrep
Comment options

Answer selected by yatingAnne
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants