From 45c52ee614ada03583b451b2b3b48dd0bb9679ed Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Tue, 26 May 2026 18:48:12 +0300 Subject: [PATCH] Tighten setup instructions --- README.md | 4 ++-- mise.toml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90fcc4a6..3ea7ce98 100644 --- a/README.md +++ b/README.md @@ -149,8 +149,8 @@ The project is managed and configured via [mise-en-place](https://mise.jdx.dev): > [!IMPORTANT] > The project uses [Fluxon UI](https://fluxonui.com/), so it requires a valid -> set of credentials. See the `env` section in `mise.toml` for the required -> environment variables. +> set of credentials to pull the dependency. See the `env` section in +> `mise.toml` for the required environment variables. It's recommended to use the git hooks included in the project. Install with: diff --git a/mise.toml b/mise.toml index 5d856394..b5321749 100644 --- a/mise.toml +++ b/mise.toml @@ -11,8 +11,10 @@ lockfile = true FLUXON_KEY_FINGERPRINT = 'change-me' FLUXON_LICENSE_KEY = 'change-me' +# CLOAK - CHANGE ME! +CLOAK_ENCRYPTION_KEY = 'k98umyqee+AczNLQhR+7IbpME5C8zwSfIZcQDsTnIyU=' + # RUNTIME -CLOAK_ENCRYPTION_KEY = 'change-me' LAST_FM_API_KEY = 'change-me' LAST_FM_SHARED_SECRET = 'change-me' LAST_FM_USER = 'change-me'