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

.mill.workman.2.3.0.source-code.sample-config.properties Maven / Gradle / Ivy

There is a newer version: 5.1.0
Show newest version
# Sample config for workman 
# database config for mill database.
mill.db.name=[fill in]
mill.db.port=[fill in]
mill.db.host=[fill in]
# user must have read/write permission
mill.db.user=[fill in]
mill.db.pass=[fill in]

# database config for the management console database 
# in order to drive the credentials repository.
db.name=[fill in]
db.port=[fill in]
db.host=[fill in]
# user must have read permission
db.user=[fill in]
db.pass=[fill in]

# aws creds for accessing S3 and queues
aws.accessKeyId=[access key]
aws.secretKey=[secet key]





© 2015 - 2025 Weber Informatics LLC | Privacy Policy