15 lines
322 B
Plaintext
15 lines
322 B
Plaintext
# Any additional options to pass to 'vault server'
|
|
#
|
|
# For more, see: `vault server --help`
|
|
VAULT_FLAGS=
|
|
|
|
# Consider setting these, if you're in a containerized
|
|
# environment.
|
|
#
|
|
# Go does not handle cgroup based limits well, for either
|
|
# CPU or MEM.
|
|
#
|
|
# For more, see: https://pkg.go.dev/runtime
|
|
#GOMAXPROCS=
|
|
#GOMEMLIMIT=
|