mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
removed debug symbols
This commit is contained in:
parent
5024ca726a
commit
6ef64bd2a9
@ -24,10 +24,6 @@ if [ -f "$PROJECT_ROOT/backend/.env" ]; then
|
||||
export_var 'JWT_SECRET'
|
||||
fi
|
||||
|
||||
echo $DB_USER
|
||||
echo $DB_PASSWORD
|
||||
echo $JWT_SECRET
|
||||
|
||||
# Load .env or .env.dist if not present
|
||||
if [ -f "$SCRIPT_DIR/.env" ]; then
|
||||
export $(cat $SCRIPT_DIR/.env | sed 's/#.*//g' | xargs)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user