-
Notifications
You must be signed in to change notification settings - Fork 208
Commit 14475c8
feat: change default APP_URL value
Running a freshly-clone repository fails as the Bookstack container
redirects to `example.com`, which isn't hosting a Bookstack instance.
Updating the `APP_URL` to be the value set by default and referred to in
the documention will prevent this.1 parent 991e169 commit 14475c8
2 files changed
+9
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 | - | ||
79 | + | ||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
87 | - | ||
87 | + | ||
88 | 88 |
| |
89 | - | ||
89 | + | ||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | - | ||
23 | - | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
24 | 28 |
| |
25 | 29 |
| |
26 | 30 |
| |
|
0 commit comments