From 2386a560367f71c8f525fd39d3118eb371841f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Engl=C3=B6f=20Ytterstr=C3=B6m?= Date: Tue, 11 Feb 2025 13:15:43 +0100 Subject: [PATCH] Add dev secret template to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 +```