ajout url_link pour personnalisation theme #29
2
.env
2
.env
|
@ -16,7 +16,7 @@
|
||||||
###> symfony/framework-bundle ###
|
###> symfony/framework-bundle ###
|
||||||
APP_ENV=dev
|
APP_ENV=dev
|
||||||
APP_SECRET=406ccaa0c76a451fdcc2307ea146cbef
|
APP_SECRET=406ccaa0c76a451fdcc2307ea146cbef
|
||||||
###< symfony/framework-bundle ###
|
URL_LINK="http://localhost"
|
||||||
|
|
||||||
# configuration bdd
|
# configuration bdd
|
||||||
DSN_REMOTE_DATABASE="pgsql:host='postgres';port=5432;dbname=lasql"
|
DSN_REMOTE_DATABASE="pgsql:host='postgres';port=5432;dbname=lasql"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
twig:
|
twig:
|
||||||
globals:
|
globals:
|
||||||
locales: "%locales%"
|
locales: "%locales%"
|
||||||
|
url_link: '%env(URL_LINK)%'
|
||||||
default_path: '%kernel.project_dir%/templates'
|
default_path: '%kernel.project_dir%/templates'
|
||||||
form_themes:
|
form_themes:
|
||||||
- 'bootstrap_5_layout.html.twig'
|
- 'bootstrap_5_layout.html.twig'
|
||||||
|
|
|
@ -22,6 +22,7 @@ Elle permet de se connecter à une base de donnée et de vérifier un mot de pas
|
||||||
|`SECURITY_PATTERN`|Séquence à employer pour le hashage du mot de passe|password,salt,pepper|obligatoire|
|
|`SECURITY_PATTERN`|Séquence à employer pour le hashage du mot de passe|password,salt,pepper|obligatoire|
|
||||||
|`PEPPER`|Pepper utilisé pour le Hashage|||
|
|`PEPPER`|Pepper utilisé pour le Hashage|||
|
||||||
|`REDIS_DSN`|DSN du serveur Redis|redis://redis:6379|obligatoire|
|
|`REDIS_DSN`|DSN du serveur Redis|redis://redis:6379|obligatoire|
|
||||||
|
|`URL_LINK`|Url pouvant être utilisée dans les liens des templates|||
|
||||||
|
|
||||||
### Algorithmes de hashage compatibles
|
### Algorithmes de hashage compatibles
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue