2023-01-29 21:10:34 +01:00
|
|
|
# Increase the maximum number of open file descriptors. Set to a higher
|
|
|
|
# value for larger servers or if joining larger rooms.
|
|
|
|
rc_ulimit="-n 4096"
|
|
|
|
|
|
|
|
# Specify the network service that corresponds to the "bind" setting
|
|
|
|
# in your configuration file. For example, if you bind to 127.0.0.1,
|
|
|
|
# this should be set to "loopback" which provides the loopback interface.
|
|
|
|
rc_need="loopback"
|
|
|
|
|
|
|
|
# If your configuration of dendrite uses locally running PostgreSQL
|
|
|
|
# you may want to uncomment the next line
|
|
|
|
# rc_need="${rc_need} postgresql"
|
|
|
|
|
|
|
|
# If your configuration of dendrite uses locally running kafka
|
|
|
|
# you may want to uncomment the next line
|
|
|
|
# rc_need="${rc_need} kafka"
|
|
|
|
|
|
|
|
# If you use nginx as a reverse proxy for your dendrite
|
|
|
|
# you may want to uncomment the next line
|
|
|
|
# rc_need="${rc_need} nginx"
|
|
|
|
|
|
|
|
# Additional command-line options. These can be used to set the bind address and port of the monolith server,
|
2023-03-21 22:57:02 +01:00
|
|
|
# among other things. See `dendrite -help` for a full list.
|
2023-01-29 21:10:34 +01:00
|
|
|
# DENDRITE_OPTS="-http-bind-address localhost:8008"
|