# Examples These files are templates. **Copy to a live path and fill in secrets** — the live files are git-ignored so credentials never get committed. - `config/telegram.conf.example` → `/opt/vm-transcribe/telegram.conf` - `config/contacts.conf.example` → `/opt/vm-transcribe/contacts.conf` ```bash sudo install -o root -g asterisk -m 640 config/telegram.conf.example /opt/vm-transcribe/telegram.conf sudo install -o root -g asterisk -m 640 config/contacts.conf.example /opt/vm-transcribe/contacts.conf ``` Then edit the real files with `sudo` and add your bot token / contacts source.