Missing URL config in install instructions or script
Indemnity83 opened this issue · 1 comments
Indemnity83 commented
The APP_URL environment variable needs to be set in order for the application to work properly on most shared hosting providers but there are no install instructions or steps in the install script to have a user change it.
Indemnity83 commented
For anybody with an existing installation
- edit the
.env
file and setAPP_URL=<your domain>
- remove
APP_REPO=http://localhost.com/repo
from your.env
file