mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-14 09:25:49 +01:00
Updated Basic configurations (markdown)
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user