diff --git a/README.md b/README.md index a09c87a..ca768ea 100644 --- a/README.md +++ b/README.md @@ -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 +```