14 lines
495 B
YAML
14 lines
495 B
YAML
# SPDX-FileCopyrightText: none
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
# The URL to make API requests to the OBS instance
|
|
api_url: https://api.opensuse.org
|
|
# The main URL of the Build Service instance
|
|
instance_url: https://build.opensuse.org
|
|
# Build Service username
|
|
username: changeme
|
|
# Build Service password
|
|
password: changeme
|
|
# Build service access token with the "rebuild" capability
|
|
rebuild_token: changeme
|
|
# Build service access token with the "runservices" capability
|
|
trigger_token: changeme
|