Merge branch 'master' into dist/envole/6/master
This commit is contained in:
commit
c74f82e475
|
@ -18,7 +18,7 @@ monolog:
|
||||||
main:
|
main:
|
||||||
type: rotating_file
|
type: rotating_file
|
||||||
path: '%kernel.logs_dir%/%kernel.environment%.log'
|
path: '%kernel.logs_dir%/%kernel.environment%.log'
|
||||||
level: debug
|
level: error
|
||||||
max_files: 10
|
max_files: 10
|
||||||
|
|
||||||
framework:
|
framework:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd /var/www/html/ninegate
|
cd /var/www/html/ninegate
|
||||||
php bin/console Cron:Exec
|
php bin/console Cron:Exec --env=prod
|
|
@ -8,7 +8,7 @@ INSERT IGNORE INTO `niveau01` (`id`, `label`, `siren`) VALUES
|
||||||
(-100, 'Interne', 'SIREN');
|
(-100, 'Interne', 'SIREN');
|
||||||
|
|
||||||
INSERT IGNORE INTO `user` (`id`, `niveau01_id`, `username`, `firstname`, `lastname`, `password`, `email`, `avatar`, `role`,`siren`,`authlevel`) VALUES
|
INSERT IGNORE INTO `user` (`id`, `niveau01_id`, `username`, `firstname`, `lastname`, `password`, `email`, `avatar`, `role`,`siren`,`authlevel`) VALUES
|
||||||
(-100, -100, 'admin', 'Administrateur', 'draaf', '{SSHA}DaOp1rZbdNu4Njbw+JpKmuufVKXN9s/5
|
(-100, -100, 'admin', 'Administrateur', 'draaf', '{SSHA}sh/qcK9rVlrIFTJVhcolNLa3Ww0g4ZzK
|
||||||
', 'admin@ldapbundle.ac-arno.fr', 'admin.jpg', 'ROLE_ADMIN', '130007107', 'simple');
|
', 'admin@ldapbundle.ac-arno.fr', 'admin.jpg', 'ROLE_ADMIN', '130007107', 'simple');
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue