PHP Classes

File: vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Acl/config.yml

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Acl/config.yml   Download  
File: vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Acl/config.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 565 bytes
 

Contents

Class file image Download
imports: - { resource: ./../config/framework.yml } doctrine: dbal: driver: pdo_sqlite memory: true charset: UTF8 security: firewalls: test: pattern: ^/ security: false acl: connection: default encoders: Symfony\Component\Security\Core\User\User: plaintext providers: in_memory: memory: users: kevin: { password: test, roles: [ROLE_USER] } anne: { password: test, roles: [ROLE_ADMIN]}