Skip to content

Commit

Permalink
fix toml snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Mar 25, 2024
1 parent b65215d commit d88b10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/blog/2023-10-06-dlt-holistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ We also need to set up the GCP service account credentials to get permissions to

Once all the credentials are set add them to the `secrets.toml` file. Your file should look something like this:

```sh
```toml
# put your secret values and credentials here. do not share this file and do not push it to github
[sources.mongodb]
connection_url = "mongodb+srv://<user>:<password>@<cluster_name>.cvanypn.mongodb.net" # please set me up!
Expand Down

0 comments on commit d88b10b

Please sign in to comment.