forked from hyperledger-cacti/cacti
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.docker.template
23 lines (23 loc) · 936 Bytes
/
.env.docker.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
CONNECTION_PROFILE=<path_to_connection_profile>
DRIVER_CONFIG=<path_to_config_json>
RELAY_ENDPOINT=<relay-hostname>:<relay-port>
RELAY_TLS=false
RELAY_TLSCA_CERT_PATH=<path_to_tls_ca_cert_pem_for_relay>
NETWORK_NAME=<network-name>
DRIVER_PORT=<driver-server-port>
DRIVER_TLS=false
DRIVER_TLS_CERT_PATH=<path_to_tls_cert_pem_for_driver>
DRIVER_TLS_KEY_PATH=<path_to_tls_key_pem_for_driver>
INTEROP_CHAINCODE=<interop-chaincode-name>
DB_PATH=driverdbs
WALLET_PATH=
TLS_CREDENTIALS_DIR=<dir-with-tls-cert-and-key>
LEVELDB_LOCKED_MAX_RETRIES=<max-attempts-in-retry>
LEVELDB_LOCKED_RETRY_BACKOFF_MSEC=<retry-back-off-time-in-ms>
ENABLE_MONITOR=<true|false>
MONITOR_SYNC_PERIOD=<monitor-sync-period-in-seconds>
DOCKER_IMAGE_NAME=ghcr.io/hyperledger/cacti-weaver-driver-fabric
DOCKER_TAG=2.1.0
EXTERNAL_NETWORK=<docker-bridge-network>
COMPOSE_PROJECT_NAME=<docker-compose-project-name>
COMPOSE_PROJECT_NETWORK=<docker-compose-project-network>