forked from secureworks/dalton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
22 lines (19 loc) · 753 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# default variables; can be overridden on command line
# external listen port for Dalton
DALTON_EXTERNAL_PORT=80
# turn DEBUG on/off
# Note: these only take effect if they are passed to the
# container (via docker-compose.yml) during build
# Can also turn on debug in dalton-agent.conf; must be turned off
# here and there to be disabled
AGENT_DEBUG=0
# Can also turn on debug in dalton.conf; must be turned off here
# and there to be disabled
CONTROLLER_DEBUG=0
# these environment variables will be used when containers are
# *built*. Set appropriately to build behind a corporate proxy
# so the container can do things like 'apt-get install...'
# Used *inside* the container, not by docker to pull images
http_proxy=
https_proxy=
no_proxy=