mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
11 lines
256 B
Go
11 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) {
|
|
}
|