
#enable/disable gRPC server startup in ASI
grpcserverenabled=true

#list of request headers that will be blacklisted and will not be passed to BP execution
skiprequestheaders=Authorization

#default BP execution timeout configuration in milliseconds
bpexecutiontimeout=30000

#this number indicate the max number of BPs that will run at any point of time.
workerthreads=30

#retry count in case gRPC server is overloaded. Applicable to gRPC client
bpretrycount=3

#buffer for streaming in the input stream/request in bytes.
grpcinbuffersize=32768

#buffer for streaming out the output stream/response in bytes.
grpcoutbuffersize=32768

#log4j2 configuration file location
log4j2file=/ibm/b2bi/install/properties/log4j2-bpaas.xml

#max number of grpc callback threads
grpccallbackthreadcount=40

#storage type for document objects constructed for input request body
#Valid values: 
#FS : Stores the document data on the local file system. 
#DB : (default) Stores the document data in the database.
#OS : Stores the document data in the Object store using document service
defaultDocumentStorageType=DB

#server certificate name used by gprc server for TLS configuration. default is rmissl
sslsystemcert=rmissl

#CA certificate name for client side validation (in case of self-signed, its self-signed certificate name). default is rmissl
CAcert=rmissl
