]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/initial_host.txt
CStoreEditor auto-activity log redaction
[working/Evergreen.git] / docs / RELEASE_NOTES_NEXT / initial_host.txt
1 Staff Client Initial Hostname
2 -----------------------------
3
4 For fresh installs of the staff client a common issue is people remembering what hostname to specify. If you are building your own staff clients you can now fill this in automatically.
5
6 You can specify this when configuring Evergreen with a new configure option:
7
8 --with-initialhost=example.org
9
10 It is also possible to specify when building the staff client itself using the INITIAL_HOST variable:
11
12 make INITIAL_HOST=example.org build