[texas] Add tuned parameters
This commit is contained in:
26
etc/scmaster.cfg
Normal file
26
etc/scmaster.cfg
Normal file
@ -0,0 +1,26 @@
|
||||
# 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
|
Reference in New Issue
Block a user