You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/chem-sync-local-flask/README.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This app is optimized as a minimal local development experience using [Docker](h
16
16
> ⚠️ **Development Only**: This example is not meant to be copied into production as-is. There are additional deployment, scale, and security concerns that should be addressed before deploying an app based on this example to production.
17
17
18
18
It relies on a few other tools that will be installed for you within Docker containers:
19
-
*[Localtunnel](https://localtunnel.me/) - expose a public webhook URL and forward the results locally. ⚠️ *Not for production or real data!*
19
+
*[Cloudflare-tunnel](https://www.cloudflare.com/products/tunnel/) - expose a public webhook URL and forward the results locally. ⚠️ *Not for production or real data!*
20
20
*[Flask](https://flask.palletsprojects.com/) - A simple Python web application framework
21
21
22
22
## Getting Started
@@ -54,25 +54,28 @@ curl localhost:8000/health
54
54
55
55
If Flask is running, you should see `OK` printed.
56
56
57
-
Be sure to note the URL created for you by `localtunnel`. The log line should look something like this:
57
+
Be sure to note the URL created for you by `cloudflare-tunnel`. The log line should look something like this:
58
58
59
59
```
60
-
app-workshop-local-tunnel-1 | your url is: https://brave-wombats-poke.loca.lt
0 commit comments