partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit d5de3a425d738a4ac8ee192f8780dbac9357780a
parent 71d3d99154ea92efddf7982c9499a109605abae9
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat, 12 Sep 2015 19:29:10 +0200

Disable the firewall for testing

Diffstat:
Mapp/config/config_test.yml | 14++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/app/config/config_test.yml b/app/config/config_test.yml @@ -38,4 +38,14 @@ stof_doctrine_extensions: tree: true liip_functional_test: - cache_sqlite_db: true- \ No newline at end of file + cache_sqlite_db: true + authentication: + username: "admin" + password: "admin" + + +security: + firewalls: + main: + anonymous: ~ + http_basic: ~+ \ No newline at end of file