-
Notifications
You must be signed in to change notification settings - Fork 16
/
.env.dev.sample
31 lines (24 loc) · 1.3 KB
/
.env.dev.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
# Log format and level
LOG_LEVEL=debug
LOG_FORMAT=text
# 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={ENTER your Identity Provider(IDP) URL here, example: https://consensys.eu.auth0.com}
#AUTH_OIDC_AUDIENCE={ENTER your IDP used audience, example: https://quorum-key-manager.consensys.net}
## 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-full
#DB_TLS_CERT=/certificates/client.crt
#DB_TLS_KEY=/certificates/client.key
#DB_TLS_CA=/ca/ca.crt
#DB_HOST=postgres-ssl
# Indexing tool
#SYNC_STORE_TYPE=secrets
#SYNC_STORE_NAME=hashicorp-secrets
TEST_DATA={"key_manager_url":"https://localhost:8080","health_key_manager_url":"https://localhost:8081","secret_stores":["hashicorp-secrets"],"key_stores":["hashicorp-keys","local-keys"],"eth_stores":["eth-accounts"],"quorum_node_id":"quorum-node","besu_node_id":"besu-node","geth_node_id":"geth-node","api_key":"admin-user","tls_cert":"./certificates/client.crt","tls_key":"./certificates/client.key","oidc_token_url":"https://consensys.eu.auth0.com/oauth/token","oidc_client_id":"KdzXWaCpQZPa04DPtCm7wjGITcUrgurp","oidc_client_secret":""}