Configuration
LabPipe Server saves configuration file using standard INI format, which has the following parameters:
Parameter
Default
Description
server.port
4567
LabPipe server port
database.host
localhost
MongoDB server host
database.port
27017
MongoDB server port
database.name
MongoDB database name
database.user
MongoDB server user
database.pass
MongoDB server password
database.srv
false
Use MongoDB SRV protocol
mail.host
localhost
Email server address
mail.port
25
Email server port
mail.user
Email server user
mail.pass
Email server password
mail.name
Email notification sender name
mail.addr
Email notification sender email
path.cache
$HOME_DIR$/labpipe
Server cache directory path
The configuration file is named as config.ini
located at the running directory by default if not specified otherwise.
Last updated
Was this helpful?