forked from ratnakar-asara/Fabric_SampleWebApp
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.env
16 lines (13 loc) · 844 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file specifies default environment values for docker-compose.yml
# This is the "base name" for the created volumes and containers. If not specified, docker-compose will
# use a name based on the directory that docker-compose.yaml resides in. Note that this is also hardcoded
# in Makefile, so if you change it here, you need to change it there too. Note that it must be in
# all-lowercase, as docker-compose changes it to lowercase anyway.
COMPOSE_PROJECT_NAME=fabricwebapp
# By default, print everything up to the "info" logging level -- this only excludes "debug", which is very very verbose.
#GENERAL_LOGGING_LEVEL=info
GENERAL_LOGGING_LEVEL=debug
# Global variable for controlling if TLS is used between all components of FabricWebApp (except the HTTP endpoint
# of the web server for now).
TLS_ENABLED=true
#TLS_ENABLED=false