Josh Greenhalgh
01/21/2021, 10:27 PMprefect server create-tenant ...
it errors every time because its trying to connect to localhost:4200
rather than myserver_ip:4200
- how do I configure it to use the correct hostname?[cloud]
graphql = "<http://myserver_ip:4200/graphql>"
Zanie
01/22/2021, 12:02 AMShailendra Thakur
02/01/2021, 1:44 PM[cloud]
graphql = "<http://myserver_ip:4200/graphql>"
In my case, I am using helm & only place I can think of values.yamlJosh Greenhalgh
02/01/2021, 1:50 PMconfig.toml
file and you should do export PREFECT__USER_CONFIG_PATH="/path/to/config.toml"
Shailendra Thakur
02/01/2021, 3:22 PM