[CONFIG] Change way configuration is done to use Symfony's system instead of environment vars
This commit is contained in:
parent
fffa17448f
commit
01b5c4b2f7
2
.gitignore
vendored
2
.gitignore
vendored
@ -35,6 +35,8 @@ docker/*/*.env
|
|||||||
docker-compose.yaml
|
docker-compose.yaml
|
||||||
composer.local.json
|
composer.local.json
|
||||||
|
|
||||||
|
social.local.yaml
|
||||||
|
|
||||||
# V2
|
# V2
|
||||||
config.php
|
config.php
|
||||||
/file
|
/file
|
@ -3,6 +3,10 @@
|
|||||||
|
|
||||||
# Put parameters here that don't need to change on each machine where the app is deployed
|
# Put parameters here that don't need to change on each machine where the app is deployed
|
||||||
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
|
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
|
||||||
|
imports:
|
||||||
|
- resource: '../social.yaml'
|
||||||
|
- resource: '../social.local.yaml'
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
3
social.yaml
Normal file
3
social.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
parameters:
|
||||||
|
remember_me_httponly: true
|
||||||
|
remember_me_samesite: strict
|
Loading…
Reference in New Issue
Block a user