mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-07 07:07:05 +02:00
12 lines
256 B
Go
12 lines
256 B
Go
package command
|
|
|
|
import (
|
|
"github.com/hashicorp/vault/command/server"
|
|
"github.com/hashicorp/vault/vault"
|
|
)
|
|
|
|
var adjustCoreConfigForEnt = adjustCoreConfigForEntNoop
|
|
|
|
func adjustCoreConfigForEntNoop(config *server.Config, coreConfig *vault.CoreConfig) {
|
|
}
|