We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe5d64 commit 54c428cCopy full SHA for 54c428c
.env.example
@@ -4,9 +4,11 @@
4
APP_KEY=SomeRandomString
5
6
# 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.
9
# This must be the root URL that you want to host BookStack on.
10
# All URL's in BookStack will be generated using this value.
-APP_URL=https://example.com
11
+#APP_URL=https://example.com
12
13
# Database details
14
DB_HOST=localhost
0 commit comments