Closed
Description
Feature Description
The current LFS related operations only using settings.AppURL
as the endpoint:
Line 48 in bc6df18
One scenario is I want to have server.ROOT_URL(settings.AppURL
) to be external faced URL to browse the site.
And I want to have server. SSH_DOMAIN
to be my internal domain to clone and push code.
But the current implementation only looks at AppURL
(ROOT_URL
), should SSH_DOMAIN
be considered for LFS operations?
Screenshots
No response