diff options
Diffstat (limited to 'ms/py-executor/docker/start.sh')
-rwxr-xr-x | ms/py-executor/docker/start.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ms/py-executor/docker/start.sh b/ms/py-executor/docker/start.sh index fd53d474b..3a3a9cb70 100755 --- a/ms/py-executor/docker/start.sh +++ b/ms/py-executor/docker/start.sh @@ -22,12 +22,6 @@ then export APP_PORT=50052 fi -if [ -z "${BASIC_AUTH}" ] -then - echo "BASIC_AUTH environment variable is not set, using default." - export BASIC_AUTH="Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==" -fi - if [ -z "${LOG_FILE}" ] then echo "LOG_FILE environment variable is not set, using default." |