Skip to content

Commit

Permalink
🩹 Cleanup environment variables in the basic start script
Browse files Browse the repository at this point in the history
- Remove cat
- Don't set WEB_HOST since it is set in the Dockerfile

Consistent with:
2067055 and
51e16de
  • Loading branch information
shankari committed Aug 7, 2024
1 parent 51e16de commit 7ab37b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup/tests/start_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ cd /src/e-mission-server
#set database URL using environment variable
echo ${DB_HOST}

export WEB_SERVER_HOST=0.0.0.0
cat conf/storage/db.conf

echo "Setting up conda..."
source setup/setup_conda.sh Linux-x86_64

Expand Down

0 comments on commit 7ab37b6

Please sign in to comment.