[installation] Init with inital config for global

This commit is contained in:
2025-10-30 15:08:17 +01:00
commit 7640b452ed
3678 changed files with 2200095 additions and 0 deletions

26
etc/scmaster.cfg Normal file
View 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