forked from Consensys/quorum-key-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.sample
33 lines (25 loc) · 793 Bytes
/
.env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Run this command to see a complete list of environment variables
# docker run consensys/quorum-key-manager:latest help run
# Manifest file location on the host machine
#HOST_MANIFEST_PATH=./deps/config/manifests
# Log format and level
#LOG_LEVEL=info
#LOG_FORMAT=json
# API key file location
#AUTH_API_KEY_FILE=/apikey/sample.csv
# TLS root certificate file location
#AUTH_TLS_CA=/ca/ca.crt
# OpenID Connect
#AUTH_OIDC_ISSUER_URL=
## Start HTTPS server
#HTTPS_ENABLED=true
#HTTPS_SERVER_KEY=/certificates/https.key
#HTTPS_SERVER_CERT=/certificates/https.crt
## Start Postgres SSL server
#DB_TLS_SSLMODE=verify-ca
#DB_TLS_CERT=/certificates/client.crt
#DB_TLS_KEY=/certificates/client.key
#DB_TLS_CA=/ca/ca.crt
#DB_HOST=postgres-ssl
# Import tool
#IMPORT_STORE_NAME=hashicorp-secrets