Update .env.example

This commit is contained in:
Christopher Cookman 2025-02-11 08:40:50 -07:00
parent 192e979a9e
commit 09b4eeabd6

View file

@ -1,9 +1,12 @@
PBX_HOSTNAME=what-gets-shown-to-users PBX_HOSTNAME=your_pbx_hostname
FREEPBX_URL=http://your-pbx.local FREEPBX_URL=http://your_freepbx_url
FREEPBX_CLIENT_ID= FREEPBX_CLIENT_ID=your_freepbx_client_id
FREEPBX_CLIENT_SECRET= FREEPBX_CLIENT_SECRET=your_freepbx_client_secret
DB_HOST=your-pbx.local DB_HOST=your_db_host
DB_USER=user DB_USER=your_db_user
DB_PASS=pass DB_PASS=your_db_password
DISCORD_TOKEN=your-discord-token DB_NAME=your_db_name
OWNER_ID=your-discord-id DISCORD_TOKEN=your_discord_token
OWNER_ID=your_owner_id
EXTENSION_ROLE_ID=your_extension_role_id
DISCORD_GUILD=your_discord_guild_id