1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

cmd/thalos/server.go: set blacklist in the processor

This commit is contained in:
Henrik Hautakoski 2024-06-23 14:54:44 +02:00
parent 0bc70f82d1
commit 32f3f1dfb1

View file

@ -415,6 +415,8 @@ func serverCmd(cmd *cobra.Command, args []string) {
codec,
)
processor.SetBlacklist(conf.Ship.Blacklist)
// Run the application
run(conf, shClient, processor)