forked from syntaxbullet/aurorabot
fix: Replace localhost with 127.0.0.1 in database connection URLs within CI/deployment scripts.
This commit is contained in:
@@ -37,7 +37,7 @@ for i in {1..30}; do
|
||||
done
|
||||
|
||||
# Define connection string
|
||||
export DATABASE_URL="postgresql://$DB_USER:$DB_PASS@localhost:$DB_PORT/$DB_NAME"
|
||||
export DATABASE_URL="postgresql://$DB_USER:$DB_PASS@127.0.0.1:$DB_PORT/$DB_NAME"
|
||||
|
||||
# 2. Create Config File (Match deploy.yml)
|
||||
echo "📝 Creating shared/config/config.json..."
|
||||
|
||||
Reference in New Issue
Block a user