Add dev secret template to README
This commit is contained in:
parent
82276d6a48
commit
2386a56036
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -16,3 +16,14 @@ Ready to run in production? Please [check our deployment guides](https://hexdocs
|
||||||
* Docs: https://hexdocs.pm/phoenix
|
* Docs: https://hexdocs.pm/phoenix
|
||||||
* Forum: https://elixirforum.com/c/phoenix-forum
|
* Forum: https://elixirforum.com/c/phoenix-forum
|
||||||
* Source: https://github.com/phoenixframework/phoenix
|
* Source: https://github.com/phoenixframework/phoenix
|
||||||
|
|
||||||
|
## Dev secret template
|
||||||
|
|
||||||
|
```
|
||||||
|
import Config
|
||||||
|
|
||||||
|
directus_url = ""
|
||||||
|
directus_token = ""
|
||||||
|
|
||||||
|
config :mse25, :directus, base_url: directus_url, token: directus_token
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue