mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-06-17 16:11:32 +00:00
Added documentation about changing the APP_SECRET env on installation
This commit is contained in:
parent
cb28afcdf5
commit
93ab410857
4 changed files with 48 additions and 14 deletions
|
|
@ -33,6 +33,7 @@ final readonly class AppSecretChecker
|
|||
public const INSECURE_SECRETS = [
|
||||
'a03498528f5a5fc089273ec9ae5b2849', // default in .env
|
||||
'318b5d659e07a0b3f96d9b3a83b254ca', // default in .env.dev
|
||||
'CHANGE_ME' //example secret used in documentation and error messages
|
||||
];
|
||||
|
||||
public function __construct(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue