https://prefect.io logo
Title
g

Gitanshu Sardana

09/11/2020, 1:20 AM
Hi. I am a bit confused about the graphql endpoint config. The prefect ui says "you can modify this and other settings from your Server's ~/.prefect/config.toml or in the input box below". The input box works but setting it in Server's config.toml doesn't seem to work for me
backend = "server"

[server]
host = "<http://172.18.1.3>"

    [server.ui]
    graphql_url = "<http://172.18.1.3:4200/graphql>"

[logging]
# The logging level: NOTSET, DEBUG, INFO, WARNING, ERROR, or CRITICAL
level = "WARNING"
this is what my config.toml looks like
c

Chris White

09/11/2020, 1:30 AM
Hi @Gitanshu Sardana - this config option isn’t functional anymore as described in this issue: https://github.com/PrefectHQ/prefect/issues/3254 Apologies for the confusion!
g

Gitanshu Sardana

09/11/2020, 2:22 AM
Whoops! Should've looked at the issue tracker. Thanks Chris!
c

Chris White

09/11/2020, 2:31 AM
no worries at all!
n

nicholas

09/11/2020, 3:17 AM
We also have an issue in the UI repo here: https://github.com/PrefectHQ/ui/issues/99 which should have an update shortly 🙂
👍 1