mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-06-08 19:51:36 +00:00
Moved APP_SECRET value to the top of .env
This commit is contained in:
parent
f888e10827
commit
cb28afcdf5
1 changed files with 4 additions and 1 deletions
5
.env
5
.env
|
|
@ -1,6 +1,10 @@
|
|||
#### Part-DB Configuration
|
||||
# See https://docs.part-db.de/configuration.html for documentation of available options
|
||||
|
||||
# Change this to a random value to secure your installation! You can generate a random string with "openssl rand -hex 16"
|
||||
# Share that value with nobody and keep it secret
|
||||
APP_SECRET=a03498528f5a5fc089273ec9ae5b2849
|
||||
|
||||
###################################################################################
|
||||
# Database settings
|
||||
###################################################################################
|
||||
|
|
@ -158,7 +162,6 @@ CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
|
|||
|
||||
###> symfony/framework-bundle ###
|
||||
APP_ENV=prod
|
||||
APP_SECRET=a03498528f5a5fc089273ec9ae5b2849
|
||||
APP_SHARE_DIR=var/share
|
||||
###< symfony/framework-bundle ###
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue