All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.jackrabbit.oak.plugins.blob.blobstore.properties Maven / Gradle / Ivy

There is a newer version: 2024.11.18751.20241128T090041Z-241100
Show newest version
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements.  See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License.  You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Identify the blob store provider if different from the default
blobStoreProvider=

# Properties for CloudBlobStore
accessKey=
secretKey=
cloudContainer=oakblobstore
cloudProvider=aws-s3

# Common for all data store
dataStoreProvider=org.apache.jackrabbit.core.data.FileDataStore
streamCacheSize=256
path=./repository/datastore

# Caching data store properties
cacheSize=68719476736
secret=123456789
cachePurgeTrigFactor=0.85d
cachePurgeResizeFactor=0.95d
minRecordLength=16384
config=

# DbDataStore properties
url=jdbc:postgresql:test
user=sa
password=sa
databaseType=postgresql
driver=org.postgresql.Driver
copyWhenReading=true
tablePrefix=
schemaObjectPrefix=
schemaCheckEnabled=true

# MultiDataStore properties
maxAge=60
moveDataTaskSleep=604800
moveDataTaskFirstRunHourOfDay=1
sleepBetweenRecords=100
delayedDelete=false
delayedDeleteSleep=86400
primary=org.apache.jackrabbit.core.data.db.DbDataStore
archive=org.apache.jackrabbit.core.data.FileDataStore




© 2015 - 2024 Weber Informatics LLC | Privacy Policy