Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e4e6f90f authored by NINASSI Benjamin's avatar NINASSI Benjamin
Browse files

adding security issue

parent 8d6332f5
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ parameters: ...@@ -15,6 +15,7 @@ parameters:
wp_database_password: wp_database_password:
wp_install_dir: wp_install_dir:
wp_home: wp_home:
api_key:
# You should uncomment this if you want to use pdo_sqlite # You should uncomment this if you want to use pdo_sqlite
#database_path: '%kernel.project_dir%/var/data/data.sqlite' #database_path: '%kernel.project_dir%/var/data/data.sqlite'
......
...@@ -11,7 +11,7 @@ security: ...@@ -11,7 +11,7 @@ security:
in_memory: in_memory:
memory: memory:
users: users:
pixees: { password: 'Cl455c0d3U53r', roles: 'ROLE_ADMIN' } api_user: { password: '%api_key%', roles: 'ROLE_ADMIN' }
pixees_provider: pixees_provider:
entity: entity:
class: PixeesBundle:People class: PixeesBundle:People
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment