mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Update to portbase/notification changes
This commit is contained in:
parent
e9881e2f15
commit
7f8a55772a
1 changed files with 0 additions and 4 deletions
|
@ -10,7 +10,6 @@ import (
|
|||
"github.com/safing/portbase/info"
|
||||
"github.com/safing/portbase/modules"
|
||||
"github.com/safing/portbase/modules/subsystems"
|
||||
"github.com/safing/portbase/notifications"
|
||||
)
|
||||
|
||||
// Default Values (changeable for testing)
|
||||
|
@ -67,9 +66,6 @@ func globalPrep() error {
|
|||
// set api listen address
|
||||
api.SetDefaultAPIListenAddress(DefaultAPIListenAddress)
|
||||
|
||||
// set notification persistence
|
||||
notifications.SetPersistenceBasePath("core:notifications")
|
||||
|
||||
// set subsystem status dir
|
||||
subsystems.SetDatabaseKeySpace("core:status/subsystems")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue