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'