From: Dan Brown Date: Sun, 6 Jan 2019 16:01:24 +0000 (+0000) Subject: Commented APP_URL by default to prevent upgrade path issues X-Git-Tag: v0.25.0~1^2~1^2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/54c428c375fe5da3eecf85d9ddce68e9f19c83d5 Commented APP_URL by default to prevent upgrade path issues --- diff --git a/.env.example b/.env.example index 64b86041e..9e64828b5 100644 --- a/.env.example +++ b/.env.example @@ -4,9 +4,11 @@ APP_KEY=SomeRandomString # Application URL +# Remove the hash below and set a URL if using BookStack behind +# a proxy, if using a third-party authentication option. # This must be the root URL that you want to host BookStack on. # All URL's in BookStack will be generated using this value. -APP_URL=https://example.com +#APP_URL=https://example.com # Database details DB_HOST=localhost