Updated Basic configurations (markdown)

Naoki Takezoe
2020-07-05 11:22:59 +09:00
parent a21908a834
commit 99839e3b0b

@@ -18,6 +18,8 @@ The following options are available in the standalone mode (`java -jar gitbucket
- Used as the [temporary directory for the jetty application context](https://www.eclipse.org/jetty/documentation/9.3.x/ref-temporary-directories.html). This is the directory into which the `gitbucket.war` file is unpacked, the source files are compiled, etc. If given this parameter **must** match the path of an existing directory or the application will quit reporting an error; if not given the path used will be a `tmp` directory inside the gitbucket home.
- `--plugin_dir=[PLUGIN_DIR]`
- Extra directory for plugins. Mainly used for the plugin development (default is undefined).
- `--save_sessions` (since v4.34.0)
- Serialize HttpSession to the disk
- `--validate_password`
- Whether to validate password, if false you can use any chars in password (default is true).