# i dont like this
# Solana RPC URL for direct chain queries
RPC_URL=http://127.0.0.1:8899

# Program ID
PROGRAM_ID=G3qP2c2nTQP3Nvsp7E9SSFzCP3UHiHSG1PPDQ7ncU8gi

# Database Configuration for Tests
DB_HOST=localhost
DB_PORT=5432
DB_NAME=eu_ets_db
DB_USER=admin
DB_PASSWORD=admin123

# Solana Configuration
SOLANA_RPC_URL=http://127.0.0.1:8899

# Backend Services
AXUM_BASE_URL=http://0.0.0.0:3001
DATABASE_SERVICE_URL=http://localhost:3009
