Alphabetical order

This commit is contained in:
Cadence Ember 2022-09-04 16:29:59 +12:00
parent eb0fecbada
commit bc50f55b46
Signed by: cadence
GPG Key ID: BC1C2C61CF521B17
1 changed files with 6 additions and 6 deletions

View File

@ -116,6 +116,12 @@ port = 10416
@subsection{Detailed Options}
@defthing[canonical_origin value #:value ""]{
The URL that the homepage of the instance is intended to be accessed at.
For example, @code{https://breezewiki.com}
}
@defthing[debug boolean #:value false]{
Enables debugging mode, for debugging BreezeWiki during development.
@ -125,9 +131,3 @@ Enables more runtime checks and more verbose output. Turns off some browser cach
@defthing[port value #:value "10416"]{
Which port to run the server on.
}
@defthing[canonical_origin value #:value ""]{
The URL that the homepage of the instance is intended to be accessed at.
For example, @code{https://breezewiki.com}
}