Commit bc69a8fa by Damien Moulard

changement des adresses mails dans les fichiers de conf

parent 66e71ad0
...@@ -8,6 +8,11 @@ ...@@ -8,6 +8,11 @@
"name": "Julien Jorry", "name": "Julien Jorry",
"email": "julien.jorry@gmail.com", "email": "julien.jorry@gmail.com",
"homepage": "https://www.malt.fr/profile/julienjorry" "homepage": "https://www.malt.fr/profile/julienjorry"
},
{
"name": "Damien Moulard",
"email": "dam.moulard@gmail.com",
"homepage": "https://www.malt.fr/profile/damienmoulard"
} }
], ],
"require": { "require": {
......
...@@ -42,6 +42,6 @@ monolog: ...@@ -42,6 +42,6 @@ monolog:
swift_critical: swift_critical:
type: swift_mailer type: swift_mailer
from_email: noreply@kohinos.fr from_email: noreply@kohinos.fr
to_email: [julien.jorry@gmail.com, stephan@gelberger.com] to_email: [dam.moulard@gmail.com]
subject: "MLC : PHP Error !" subject: "MLC : PHP Error !"
level: info level: info
...@@ -818,7 +818,7 @@ App\Entity\CotisationPrestataire: ...@@ -818,7 +818,7 @@ App\Entity\CotisationPrestataire:
App\Entity\User: App\Entity\User:
usersuperadmin: usersuperadmin:
username: 'adminuser' username: 'adminuser'
email: 'julien.jorry@gmail.com' email: 'dam.moulard@gmail.com'
plainPassword: 'test' plainPassword: 'test'
enabled: true enabled: true
possiblegroups: ['@usergroup_superadmin', '@usergroup_prestataire'] possiblegroups: ['@usergroup_superadmin', '@usergroup_prestataire']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment