Statistics
| Branch: | Tag: | Revision:

root / gss / jboss / conf / gss.properties @ 11af52e2

History | View | Annotate | Download (586 Bytes)

1
serviceName=Pithos
2
restUrl=http://localhost:8080/pithos/rest/
3
externalApiPath=gss/ExternalAPIBean/local
4
version=1.0.0-beta
5
noUsernameMessage=<B>No username found in the Shibboleth attributes!</B><P>Your Identity Provider sent the following attributes:
6
fileRepositoryPath=/tmp/gss-root
7
#quota in bytes(10GB)
8
quota=10737418240
9

    
10
solrSelectUrl=http://localhost:8983/solr/select
11
solrUpdateUrl=http://localhost:8983/solr/update
12
solrUpdateRichUrl=http://localhost:8983/solr/update/rich
13
#must be in sync with solrconfig.xml's multipartUploadLimitInKB parameter
14
solrDocumentUploadLimitInKB=30720