# Server Configuration HOST=127.0.0.1 PORT=3001 # Database Configuration DATABASE_URL=postgres://postgres:password@localhost:5432/sharenet # Optional: Logging Configuration RUST_LOG=info