Tighten setup instructions

This commit is contained in:
Claudio Ortolina
2026-05-26 18:48:12 +03:00
parent 9939b53aa2
commit 45c52ee614
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -149,8 +149,8 @@ The project is managed and configured via [mise-en-place](https://mise.jdx.dev):
> [!IMPORTANT] > [!IMPORTANT]
> The project uses [Fluxon UI](https://fluxonui.com/), so it requires a valid > 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 > set of credentials to pull the dependency. See the `env` section in
> environment variables. > `mise.toml` for the required environment variables.
It's recommended to use the git hooks included in the project. Install with: It's recommended to use the git hooks included in the project. Install with:
+3 -1
View File
@@ -11,8 +11,10 @@ lockfile = true
FLUXON_KEY_FINGERPRINT = 'change-me' FLUXON_KEY_FINGERPRINT = 'change-me'
FLUXON_LICENSE_KEY = 'change-me' FLUXON_LICENSE_KEY = 'change-me'
# CLOAK - CHANGE ME!
CLOAK_ENCRYPTION_KEY = 'k98umyqee+AczNLQhR+7IbpME5C8zwSfIZcQDsTnIyU='
# RUNTIME # RUNTIME
CLOAK_ENCRYPTION_KEY = 'change-me'
LAST_FM_API_KEY = 'change-me' LAST_FM_API_KEY = 'change-me'
LAST_FM_SHARED_SECRET = 'change-me' LAST_FM_SHARED_SECRET = 'change-me'
LAST_FM_USER = 'change-me' LAST_FM_USER = 'change-me'