use 'AYON_WEBSERVER_URL' env variable

This commit is contained in:
Jakub Trllo 2024-02-06 18:30:58 +01:00
parent 7fd55e3bee
commit 6de168d042
4 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@ Running multiple servers in one process is not recommended and probably won't
work as expected. It is because of few limitations connected to asyncio module.
When module's `create_server_manager` is called it is also set environment
variable "OPENPYPE_WEBSERVER_URL". Which should lead to root access point
variable "AYON_WEBSERVER_URL". Which should lead to root access point
of server.
"""