Skip to content

Commit

Permalink
docs: fix note admonitions (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanBobi authored Nov 27, 2023
1 parent 6f5f6ce commit fa344b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/Tutorial/remote-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Create a secret named "BACKFILL_CACHE_PROVIDER_OPTIONS":
{"connectionString":"the **read-write** connection string","container":"CONTAINER NAME"}
```

::Note
:::note

### Uploading cache to a remote is _not_ the default

Expand All @@ -91,4 +91,4 @@ Lage picks up your `.env` file contents using [`dotenv`](https://www.npmjs.com/p

Need to access environment variables from the `.env` file in your application? You would need to setup a mechanism to inject them. Try using utilities like `dotenv` (for Node.js) or [`env-cmd`](https://www.npmjs.com/package/env-cmd) (for executing commands).

::
:::

0 comments on commit fa344b8

Please sign in to comment.