Hi. I am a bit confused about the graphql endpoint...
# ask-community
g
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
Copy code
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
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
Whoops! Should've looked at the issue tracker. Thanks Chris!
c
no worries at all!
n
We also have an issue in the UI repo here: https://github.com/PrefectHQ/ui/issues/99 which should have an update shortly 🙂
👍 1