Add dev secret template to README

This commit is contained in:
Anders Englöf Ytterström 2025-02-11 13:15:43 +01:00
parent 82276d6a48
commit 2386a56036

View file

@ -16,3 +16,14 @@ Ready to run in production? Please [check our deployment guides](https://hexdocs
* Docs: https://hexdocs.pm/phoenix
* Forum: https://elixirforum.com/c/phoenix-forum
* 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
```