Smt

From www.ReeltoReel.nl Wiki
Jump to navigation Jump to search
[NU]
NUUrl = https://nu.novell.com/
NURegUrl = https://secure-www.novell.com/center/regsvc/
NUUser = XXXXXXXXXXXXXXXXXXXX
NUPass = XXXXXXXXXXXXXXXXXXX

[DB]
config = dbi:mysql:database=smt;host=localhost
user = smt
pass = XXXXXXXXXXXXXXXXXXXXXX

[LOCAL]
# Default should be http://server.domain.top/
url = XXXXXXXXXXXXXXXXXXXXX
# This email address is used for registration at NCC
nccEmail = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
MirrorTo = /data/smt
MirrorAll = false
MirrorSRC = false
forwardRegistration = true
rndRegister = 331
# specify proxy settings here, if you do not want to use the global proxy settings
# If you leave these options empty the global options are used.
#
# specify which proxy you want to use for HTTP connection
# in the form http://proxy.example.com:3128
HTTPProxy =
# specify which proxy you want to use for HTTPS connection
# in the form http://proxy.example.com:3128
HTTPSProxy =
# specify username and password if your proxy requires authentication
# in the form username:password
ProxyUser =
#
# require authentication to access the repository?
# Three possible authtypes can be configures here
# 1) none   : no authentication required (default)
# 2) lazy   : check only username and password. A valid user has access to all repositories
# 3) strict : check also if this user has access to the repository.
#
requiredAuthType = none
#
# the smt commands should run with this unix user
#
smtUser = smt
#
# ID of the GPG key to be used to sign modified (filtered) repositories.
# The key must be accessible by the user who runs SMT, i.e. the user specified
# in the 'smtUser' configuration option.
#
# If empty, the modified repositories will be unsigned.
#
signingKeyID =

[REST]
# Enable administrative access to the SMT RESTService by setting enableRESTAdminAccess=1
# default: 0
enableRESTAdminAccess = 0
# Define the username the REST-Admin uses for login
# default: RESTroot
RESTAdminUser = RESTroot
# Define the password for the REST-Admin (note: empty password is invalid)
# default: <empty>
RESTAdminPassword =

[JOBQUEUE]
# maximum age of finished (non-persistent) jobs in days
# default: 8
maxFinishedJobAge = 8

[REPORT]
# comma separated list of eMail addresses where the status reports will be sent to
reportEmail = XXXXXXXXXXXXXXXXXXXXXX
# from field of report mails - if empty it defaults to "root@<hostname>.<domainname>"
reportEmailFrom =
# relay mail server - leave emtpy if mail should be sent directly
mailServer =
mailServerPort =
# mail server authentication - leave empty if not required
mailServerUser =
mailServerPassword =