Skip to content

Commit

Permalink
Update lib/kuzzle/internalIndexHandler.js
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Maunier <[email protected]>
  • Loading branch information
Juiced66 and fmauNeko authored Nov 7, 2024
1 parent 073ef2a commit d7214be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kuzzle/internalIndexHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class InternalIndexHandler extends Store {
}

global.kuzzle.log.warn(
"[!] Kuzzle is using generated seed for authentication. This is suitable for development but should NEVER be use in Production. See https://docs.kuzzle.io/core/2/guides/getting-started/deploy-your-application/",
"[!] Kuzzle is using a generated seed for authentication. This is suitable for development but should NEVER be used in production. See https://docs.kuzzle.io/core/2/guides/getting-started/deploy-your-application/",
);
}
global.kuzzle.secret = configSeed
Expand Down

0 comments on commit d7214be

Please sign in to comment.