Updated Basic configurations (markdown)

Naoki Takezoe
2020-07-26 04:04:34 +09:00
parent 99839e3b0b
commit 90c3858603

@@ -20,8 +20,6 @@ The following options are available in the standalone mode (`java -jar gitbucket
- Extra directory for plugins. Mainly used for the plugin development (default is undefined). - Extra directory for plugins. Mainly used for the plugin development (default is undefined).
- `--save_sessions` (since v4.34.0) - `--save_sessions` (since v4.34.0)
- Serialize HttpSession to the disk - Serialize HttpSession to the disk
- `--validate_password`
- Whether to validate password, if false you can use any chars in password (default is true).
For example, you can specify the data directory as follows: For example, you can specify the data directory as follows:
@@ -41,7 +39,6 @@ Most of these options can be given via environment variables or system propertie
|--upload_timeout |GITBUCKET_UPLOADTIMEOUT |gitbucket.UploadTimeout | |--upload_timeout |GITBUCKET_UPLOADTIMEOUT |gitbucket.UploadTimeout |
|--temp_dir |GITBUCKET_TEMPDIR |gitbucket.tempDir | |--temp_dir |GITBUCKET_TEMPDIR |gitbucket.tempDir |
|--plugin_dir |GITBUCKET_PLUGINDIR |gitbucket.pluginDir | |--plugin_dir |GITBUCKET_PLUGINDIR |gitbucket.pluginDir |
|--validate_password|GITBUCKET_VALIDATE_PASSWORD|gitbucket.validate.password|
```bash ```bash
# System property # System property