BINANCE_API_KEY=your-live-api-key BINANCE_API_SECRET=your-live-api-secret BINANCE_TESTNET_API_KEY=your-testnet-api-key BINANCE_TESTNET_API_SECRET=your-testnet-api-secret # bcrypt hash — üretmek için: htpasswd -bnBC 10 "" sifreniz | tr -d ':\n' | sed 's/$2y/$2b/' ADMIN_PASSWORD_HASH=$2b$10$example_hash_here DB_PATH=data/bots.db LISTEN_ADDR=127.0.0.1:4646