We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35754cf commit 2946f3fCopy full SHA for 2946f3f
1 file changed
docs/guides/serverless.md
@@ -262,7 +262,7 @@ AnyCable can be deployed anywhere from modern clouds to good old bare-metal serv
262
```sh
263
fly launch --image anycable/anycable-go:1.5 --generate-name --ha=false \
264
--internal-port 8080 --env PORT=8080 \
265
- --env ANYCABLE_SECERT=<YOUR_SECRET> \
+ --env ANYCABLE_SECRET=<YOUR_SECRET> \
266
--env ANYCABLE_PRESETS=fly,broker \
267
--env ANYCABLE_RPC_HOST=https://<YOUR_JS_APP_HOSTNAME>/api/anycable
268
```
0 commit comments