# Configuration for the GmRelay E2E MTProto runner. # Copy this file to .env and fill in real values. # NEVER commit .env or *.session files to git. # Telegram user account credentials (MTProto) api_id=12345678 api_hash=abcdef0123456789abcdef0123456789 phone_number=+1234567890 # Bot under test TELEGRAM_BOT_USERNAME=gmrelay_test_bot TELEGRAM_BOT_TOKEN=1234567890:ABCDEF...token # Web dashboard under test GMRELAY_E2E_BASE_URL=http://localhost:8080 GMRELAY_E2E_TELEGRAM_ID=9000000001 # PostgreSQL connection string (optional, used for seeding/cleanup) GMRELAY_E2E_DATABASE_URL=Host=localhost;Database=gmrelay;Username=postgres;Password=postgres