Revision 01a30cd0 jboss/conf/gss.properties

b/jboss/conf/gss.properties
6 6
version=1.0.0-beta
7 7
noUsernameMessage=<B>No username found in the Shibboleth attributes!</B><P>Your Identity Provider sent the following attributes:
8 8
fileRepositoryPath=/tmp/gss-root
9
#quota in bytes(10GB)
9
# Default quota in bytes (10GB)
10 10
quota=10737418240
11
#milliseconds a request's timestamp may differ from the current system time (10')
11
# Coupon-awarded quota in bytes (100GB)
12
couponQuota=107374182400
13
# Milliseconds a request's timestamp may differ from the current system time (10')
12 14
timeSkew=600000
13
#number of days the authentication token is valid
15
# Number of days the authentication token is valid
14 16
tokenTTL=1
15 17
solrSelectUrl=http://localhost:8983/solr/select
16 18
solrUpdateUrl=http://localhost:8983/solr/update
17 19
solrUpdateRichUrl=http://localhost:8983/solr/update/rich
18
#must be in sync with solrconfig.xml's multipartUploadLimitInKB parameter
20
# Must be in sync with solrconfig.xml's multipartUploadLimitInKB parameter
19 21
solrDocumentUploadLimitInKB=30720
20
#Tomcat apparently converts data received through the AJP connector to ISO-8859-1
22
# Tomcat apparently converts data received through the AJP connector to ISO-8859-1
21 23
requestAttributeEncoding=ISO-8859-1
22
#an announcement message that will be displayed when the user logs in the system
24
# An announcement message that will be displayed when the user logs in the system
23 25
announcement=
24 26
# The test user, for development environments only! The presence of this property
25 27
# makes the Login servlet consider the specified user as having successfully

Also available in: Unified diff