mirror of
https://github.com/safing/portmaster
synced 2025-09-04 19:49:15 +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/info"
|
||||||
"github.com/safing/portbase/modules"
|
"github.com/safing/portbase/modules"
|
||||||
"github.com/safing/portbase/modules/subsystems"
|
"github.com/safing/portbase/modules/subsystems"
|
||||||
"github.com/safing/portbase/notifications"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// Default Values (changeable for testing)
|
// Default Values (changeable for testing)
|
||||||
|
@ -67,9 +66,6 @@ func globalPrep() error {
|
||||||
// set api listen address
|
// set api listen address
|
||||||
api.SetDefaultAPIListenAddress(DefaultAPIListenAddress)
|
api.SetDefaultAPIListenAddress(DefaultAPIListenAddress)
|
||||||
|
|
||||||
// set notification persistence
|
|
||||||
notifications.SetPersistenceBasePath("core:notifications")
|
|
||||||
|
|
||||||
// set subsystem status dir
|
// set subsystem status dir
|
||||||
subsystems.SetDatabaseKeySpace("core:status/subsystems")
|
subsystems.SetDatabaseKeySpace("core:status/subsystems")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue