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

config.sample-grpc-service.conf Maven / Gradle / Ivy

##### Service Configuration #####

### FileStore configuration ###
fileStore.system="localFS"

fileStore.localFS.basePath=${HOME}"/.localFS"
fileStore.localFS.basePath=${?LOCALFS_BASE_PATH}

### KeyStore configuration ###
keyStore.system="password"

keyStore.password.pwd="myPassword"

### MapStore configuration ###
mapStore.system="mapDB"

mapStore.mapDB.file=${HOME}"/.mapDB_grpc_sample"
mapStore.mapDB.file=${?MAPDB_MAPSTORE_FILE}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy