Skip to content

Commit

Permalink
chore: comment about no paths in config
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Sep 26, 2024
1 parent 9a0a5a1 commit 1e212f8
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,18 @@ interface TELEGRAM_BOT_ENV {
1. Ensure your Ubiquity OS Kernel is set up.
2. Configure the plugin in your private organization’s repository:

These URLs **do not** contain url paths, only the domain. This is because as standard, the main entry (`/`) is used for github events and the `/telegram` path is used for Telegram events which is set via the bot's `/setwebhook` command or by worker environment variable.

```yaml
- uses:
- plugin: http://localhost:3000
with:
botId: 00000000
plugins:
- uses:
- plugin: https://cloudflare-worker-url.dev
with:
botId: 00000000
- uses:
- plugin: http://localhost:3000
with:
botId: 00000000
```
#### Supabase Configuration
Expand Down

0 comments on commit 1e212f8

Please sign in to comment.