# Development: Add debug binaries to PATH
export PATH="$PATH:$PWD/target/debug"

# Database connection (used by SQLX and Rise backend)
export DATABASE_URL="postgres://rise:rise123@localhost:5432/rise"

# Rise-specific configuration
export RISE_CONFIG_RUN_MODE="development"
