Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix and add documentation #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

edwardcashmere
Copy link

No description provided.

Comment on lines 17 to 29

In a `dev` environment add the code below to your `config/dev.exs` file then point the path
to your **.env** file.

```elixir
config :ex_secrets, :providers, %{
dot_env: %{path: "/path/.env"}
},
default_provider: :dot_env
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/ex_secrets>.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add this docs on the hexdocs part for dotenenv. See https://hexdocs.pm/ex_secrets/ExSecrets.html

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zemuldo I thought it would be nice to have them in both the readMe and docs .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants