Extended environment variable usage to export scripts and simplified the env loading pattern across all scripts. Changes: - sexy/db/export: now uses $DB_USER and $SEXY_DB_NAME - sexy/export/all: now uses $DB_USER and $SEXY_DB_NAME - All scripts: changed from 'set -a && source .env && set +a' to 'export $(cat .env | xargs)' for cleaner, more concise syntax This ensures consistent variable usage across all import/export scripts and makes them work correctly in all environments.
6.4 KiB
6.4 KiB