You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.1 KiB
INI

# Default plugins to load. Application specific configuration
# files should use the 'plugins' entry to specify additional
# plugins otherwise when using 'core.plugins' also these
# default values are going to be overwritten.
#
# To be able to read from all supported databases all available
# database plugins are loaded as 'core'.
# All currently supported db backends: dbmysql, dbpostgresql, dbsqlite3
core.plugins = dbmysql
# The plugins loaded and executed for this particular queue.
# The execution order is exactly the same order as given here.
queues.production.plugins = dbstore
queues.production.processors.messages = dbstore
# Select the database driver. This all depends on the
# loaded plugins.
queues.production.processors.messages.dbstore.driver = mysql
# Defines the read connection sent to the clients
queues.production.processors.messages.dbstore.read = sysop:sysop@localhost/seiscomp
# Defines the write connection for the plugin. This line
# will not be published and only be used internally.
queues.production.processors.messages.dbstore.write = sysop:sysop@localhost/seiscomp