fix: remove mount prefix from config path used to invalidate connections (#9129)
This commit is contained in:
parent
a60ba90a20
commit
cc16c6d08e
|
@ -22,7 +22,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
databaseConfigPath = "database/config/"
|
||||
databaseConfigPath = "config/"
|
||||
databaseRolePath = "role/"
|
||||
databaseStaticRolePath = "static-role/"
|
||||
minRootCredRollbackAge = 1 * time.Minute
|
||||
|
|
Loading…
Reference in New Issue