Environment Variables & Designer
Design, customize, and export your PGWIZ-MD bot environment configuration
Visual Environment Designer
Design your customized bot environment with predefined dropdowns and string options.
1. Authentication & Session
2. Database & Server Connection
3. Bot Mode & Access Control
4. Automations & Feature Flags
5. API Keys & Custom URLs
SESSION_ID="" PORT=5000 DB_URL="./baileys_store.db" MODE="public" DISABLED_GROUPS="" SUDO_USERS="" AUTO_STATUS_VIEW="true" AUTO_STATUS_REACT="true" STATUS_EMOJIS="💚,❤️,🔥,😍,👏" ALWAYS_ONLINE="false"
Quick Editor
Advanced virtual assistant keeps the existing PGWIZ-MD config unchanged.
SESSION_ID="" PORT=5000 DB_URL="./baileys_store.db" MODE="public" DISABLED_GROUPS="" SUDO_USERS="" REMOVEBG_KEY="" STATUS_EMOJIS="💚,❤️,🔥,😍,👏"
Presence & Live Platform Management
PRESENCE_MODE
Optional
Default WhatsApp presence mode. Options: available (online), unavailable (offline/stealth), composing (typing), recording (audio recording).
AUTO_PRESENCE
Optional
Automatically sends typing or recording presence when the bot processes commands and messages. Options: typing, recording, online, off.
HEROKU_API_KEY
Optional
Heroku Platform API key for live remote config variable synchronization via .pgvars heroku.
HEROKU_APP_NAME
Optional
Heroku Application Name to target when updating or listing config vars.