Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# Base URL to uReport server
2
# URL = https://retrace.fedoraproject.org/faf
3
 
4
# no means that ssl certificates will not be checked
5
# SSLVerify = no
6
 
7
# Contact email attached to an uploaded uReport if required
8
# ContactEmail = foo@example.com
9
 
10
# yes means that uReport will contain 'auth' object consisting
11
# from key value pairs made from AuthDataItems.
12
# The default value is 'no', unless you set 'SSLClientAuth' to some value.
13
# In that case, the default value is 'yes'.
14
# IncludeAuthData = yes
15
 
16
# If IncludeAuthData is set to yes, these fields will be included
17
# in 'auth' object
18
# AuthDataItems = hostname, machineid
19
 
20
# Client-side authentication.
21
# Assingning any value to 'SSLClientAuth' changes the default value of
22
# 'IncludeAuthData' to 'yes'.
23
# None (default):
24
# SSLClientAuth =
25
# Using Puppet certificate:
26
# SSLClientAuth = puppet
27
# Using custom certificate:
28
# SSLClientAuth = /path/to/cert.pem:/path/to/key.pem
29
 
30
# HTTP Basic authentication credentials.
31
# Assingning any value to 'HTTPAuth' changes the default value of
32
# 'IncludeAuthData' to 'yes'.
33
# Use username and password:
34
# HTTPAuth = username:password
35
 
36
# Processing problems coming from unpackaged executables
37
# ProcessUnpackaged = no