Skip to content
Snippets Groups Projects
afs-server-config.properties 1.07 KiB
Newer Older
  • Learn to ignore specific revisions
  • logFactoryClass=ch.ethz.sis.shared.log.log4j2.Log4J2LogFactory
    logConfigFile=
    
    jsonObjectMapperClass=ch.ethz.sis.afsjson.jackson.JacksonObjectMapper
    # Where all the transactions information is written until the prepare step
    # For performance reasons should be on the save volume as the configured storage
    writeAheadLogRoot=./target/tests/transactions
    storageRoot=./target/tests/storage
    
    httpServerClass=ch.ethz.sis.afsserver.http.impl.NettyHttpServer
    httpServerPort=8085
    httpServerPath=/fileserver
    httpMaxContentLength=1024
    
    maxReadSizeInBytes=1024
    authenticationInfoProviderClass=ch.ethz.sis.afsserver.worker.providers.impl.DummyAuthenticationInfoProvider
    authorizationInfoProviderClass=ch.ethz.sis.afsserver.worker.providers.impl.DummyAuthorizationInfoProvider
    poolSize=50
    connectionFactoryClass=ch.ethz.sis.afsserver.worker.ConnectionFactory
    workerFactoryClass=ch.ethz.sis.afsserver.worker.WorkerFactory
    publicApiInterface=ch.ethz.sis.afsapi.api.PublicApi
    apiServerInteractiveSessionKey=1234
    apiServerTransactionManagerKey=5678
    apiServerWorkerTimeout=30000
    openBISUrl=
    openBISTimeout=30000