Skip to content

Commit 8a4fbf3

Browse files
committed
remove config for redisx url
1 parent d191d3d commit 8a4fbf3

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

samples/redis-js/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,6 @@ To run the application locally, you can use the following command:
1919
docker compose up --build
2020
```
2121

22-
## Configuration
23-
For this sample, you will need to provide the following [configuration](https://docs.defang.io/docs/concepts/configuration):
24-
25-
> Note that if you are using the 1-click deploy option, you can set these values as secrets in your GitHub repository and the action will automatically deploy them for you.
26-
27-
### `REDISX_URL`
28-
A Redis connection string of the form `rediss://<username>:<password>@<host>:<port>`. Note that `REDISX` is a prefix which should match of the name of the Redis service (in this case, `redisx`).
29-
30-
```bash
31-
defang config set REDISX_URL
32-
```
33-
3422
## Deployment
3523

3624
> [!NOTE]

0 commit comments

Comments
 (0)