cron.sh en env prod

This commit is contained in:
afornerot 2020-03-03 10:29:02 +01:00
parent a665529924
commit b53247af2e
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ monolog:
main:
type: rotating_file
path: '%kernel.logs_dir%/%kernel.environment%.log'
level: debug
level: error
max_files: 10
framework:

View File

@ -1,4 +1,4 @@
#!/bin/bash
cd /var/www/html/ninegate
php bin/console Cron:Exec
php bin/console Cron:Exec --env=prod

View File

@ -8,7 +8,7 @@ INSERT IGNORE INTO `niveau01` (`id`, `label`, `siren`) VALUES
(-100, 'DRAAF', '130007107');
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');