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?Josh Greenhalgh
01/21/2021, 10:52 PM[cloud]
graphql = "<http://myserver_ip:4200/graphql>"
Josh Greenhalgh
01/21/2021, 10:54 PMZanie
Shailendra 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"
Josh Greenhalgh
02/01/2021, 1:50 PMShailendra Thakur
02/01/2021, 3:22 PM