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: samples/redis-js/README.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,6 @@ To run the application locally, you can use the following command:
19
19
docker compose up --build
20
20
```
21
21
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`).
0 commit comments