Skip to content

Commit df3babe

Browse files
author
Jens Kürten
committed
remove redundant information
1 parent 2d16ae2 commit df3babe

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/development_server.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,13 @@ If you are developing Functions in a GitHub Codespace, you can expose the server
4343
![GitHub Codespaces](./assets/codespace_port_visibility.png)
4444

4545
You can then copy the URL of the server and use it to connect your Functions to your CIM Database Cloud instance using Webhooks.
46-
The URL of the webhook will be the URL of the forwarded port, combined with the Functions set in the `environment.yaml` file.
47-
48-
For example the `example` function would be available at:
49-
50-
```
51-
https://mycodespace-5g7grjgvrv9h4jrx-8000.app.github.dev/example
52-
```
5346

5447
**ngrok and Cloudflare**
5548

5649
If you are developing Functions locally, you can use services like [ngrok](https://ngrok.com/) or [Cloudflare](https://cloudflare.com) to expose your server to the internet.
5750

5851
Please refer to the documentation of the specific service for instructions on how to do this.
5952

60-
The URL for the webhook will be the URL of the service, combined with the Functions set in the `environment.yaml` file.
61-
62-
For example the `example` function would be available at:
63-
64-
```
65-
https://my-ngrok-tunnel.ngrok.app/example
66-
```
6753

6854
## Create a webhook in CIM Database Cloud
6955

0 commit comments

Comments
 (0)