Update README
This commit is contained in:
parent
5a02d4d2af
commit
754c2c6e3d
1 changed files with 2 additions and 1 deletions
|
@ -30,9 +30,10 @@ Then you need to modify a few configuration parameters for your instance:
|
|||
- `api_url`: the URL to make API requests to the OBS instance. By default it points to the [public OBS instance of the openSUSE project](https://build.opensuse.org) (`https://api.opensuse.org`).
|
||||
- `instance_url`: the main URL of the Build Service instance. Defaults to `https://build.opensuse.org`.
|
||||
- `username`: A valid username for the instance
|
||||
- `password`: A password for the username. **Currently kept in cleartext**. Suggestions on how to improve this are welcome.
|
||||
- `password`: A password for the username. Suggestions on how to improve this are welcome.
|
||||
- `trigger_token`: An OBS access token with the `runservice` capability. See "Creating tokens" below.
|
||||
- `rebuild_token`: An OBS access token with the `rebuild` capability. See "Creating tokens" below.
|
||||
- `secret`: A random string used to encrypt the password in the configuration file.
|
||||
|
||||
### Creating tokens
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue