🔒Security

You should update this security keys to ship Twake in production.

See how to Detach Configuration first.

The following keys must be updated to increase Twake security in /configuration/backend/Parameters.php:

"env" => [
  "secret" => "somesecret", //Any string
],
...
"websocket" => [
  ...
  "pusher_public" //Generate public and private key
  "pusher_private" //Put private key here
],
"db" => [
  ...
  "encryption_key" //Any string
]
...
"storage" => [
  ...
  "drive_salt" => "SecretPassword", //Any string
],
...

Last updated