From 54c428c375fe5da3eecf85d9ddce68e9f19c83d5 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 6 Jan 2019 16:01:24 +0000 Subject: [PATCH] Commented APP_URL by default to prevent upgrade path issues --- .env.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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