Skip to content

Commit 54c428c

Browse files
committed
Commented APP_URL by default to prevent upgrade path issues
1 parent ebe5d64 commit 54c428c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.env.example

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
APP_KEY=SomeRandomString
55

66
# Application URL
7+
# Remove the hash below and set a URL if using BookStack behind
8+
# a proxy, if using a third-party authentication option.
79
# This must be the root URL that you want to host BookStack on.
810
# All URL's in BookStack will be generated using this value.
9-
APP_URL=https://example.com
11+
#APP_URL=https://example.com
1012

1113
# Database details
1214
DB_HOST=localhost

0 commit comments

Comments
 (0)