mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
correct description of what APP_KEY is used for
This commit is contained in:
parent
99313bf379
commit
5a7b292577
@ -111,7 +111,7 @@ php artisan key:generate --force
|
||||
```
|
||||
|
||||
::: danger
|
||||
Back up your encryption key (APP_KEY in the `.env` file). It is used as an encryption key for all sensible data (e.g. passwords).
|
||||
Back up your encryption key (APP_KEY in the `.env` file). It is used as an encryption key for all data that needs to be stored securely (e.g. api keys).
|
||||
Store it somewhere safe - not just on your server. If you lose it, all encrypted data is useless and can't be restored, even if you have database backups.
|
||||
:::
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user