From 38168745bf532a1f3466c75c6f01f7c25fbc44dc Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 16 Feb 2026 18:06:47 +0000 Subject: [PATCH] Add example env file --- .env.example | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 00000000..38b78097 --- /dev/null +++ b/.env.example @@ -0,0 +1,25 @@ +# Required in all environments +# Generate with: iex> 32 |> :crypto.strong_rand_bytes() |> Base.encode64() +CLOAK_ENCRYPTION_KEY= + +# Required in production +DATABASE_PATH= +BACKGROUND_DATABASE_PATH= +SECRET_KEY_BASE= +LOGIN_PASSWORD= +API_TOKEN= + +# Optional (all environments, except test for Last.fm) +OPENAI_KEY= +DISCOGS_PERSONAL_ACCESS_TOKEN= +BRAVE_SEARCH_API_KEY= +DEFAULT_TIMEZONE= +LAST_FM_API_KEY= +LAST_FM_SHARED_SECRET= +LAST_FM_USER= + +# Optional in production +# PHX_SERVER=true +# PORT=4000 +# SERVICE_FQDN_WEB=example.com +# POOL_SIZE=5