Skip to content

Commit 833eaee

Browse files
chore(docs): add link to dotenvx management detail (supabase#36709)
* chore(docs): add link to dotenvx management detail * Update apps/docs/content/guides/local-development/managing-config.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 226673c commit 833eaee

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

apps/docs/content/guides/local-development/managing-config.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,13 @@ client_id = "env(GITHUB_CLIENT_ID)"
5656
secret = "env(GITHUB_SECRET)"
5757
redirect_uri = "" # Overrides the default auth redirectUrl.
5858
```
59+
60+
### Going further
61+
62+
For more advanced secrets management workflows, including:
63+
64+
- **Using dotenvx for encrypted secrets**: Learn how to securely manage environment variables across different branches and environments
65+
- **Branch-specific secrets**: Understand how to manage secrets for different deployment environments
66+
- **Encrypted configuration values**: Use encrypted values directly in your `config.toml`
67+
68+
See the [Managing secrets for branches](/docs/guides/deployment/branching#managing-secrets-for-branches) section in our branching documentation, or check out the [dotenvx example repository](https://github.com/supabase/supabase/blob/master/examples/slack-clone/nextjs-slack-clone-dotenvx/README.md) for a complete implementation.

0 commit comments

Comments
 (0)