diff --git a/.env.example b/.env.example index e5d0e67..03fc2c8 100644 --- a/.env.example +++ b/.env.example @@ -1,9 +1,12 @@ -PBX_HOSTNAME=what-gets-shown-to-users -FREEPBX_URL=http://your-pbx.local -FREEPBX_CLIENT_ID= -FREEPBX_CLIENT_SECRET= -DB_HOST=your-pbx.local -DB_USER=user -DB_PASS=pass -DISCORD_TOKEN=your-discord-token -OWNER_ID=your-discord-id \ No newline at end of file +PBX_HOSTNAME=your_pbx_hostname +FREEPBX_URL=http://your_freepbx_url +FREEPBX_CLIENT_ID=your_freepbx_client_id +FREEPBX_CLIENT_SECRET=your_freepbx_client_secret +DB_HOST=your_db_host +DB_USER=your_db_user +DB_PASS=your_db_password +DB_NAME=your_db_name +DISCORD_TOKEN=your_discord_token +OWNER_ID=your_owner_id +EXTENSION_ROLE_ID=your_extension_role_id +DISCORD_GUILD=your_discord_guild_id \ No newline at end of file