Skip to content

Commit

Permalink
Merge pull request #88 from EmakinaFR/feature/project-local-json
Browse files Browse the repository at this point in the history
  • Loading branch information
duboiss committed Mar 7, 2023
2 parents b1a99da + 0b1e9ef commit 58fab4c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"Db": {
"cryptKey": "<crypt-key>",
"cryptKey": "a31e5e809da3ea6544925ffe630c5932",
"default": {
"host": "mysql",
"user": "root",
Expand Down Expand Up @@ -51,11 +51,11 @@
"port": 465,
"auth": true,
"connection": "login",
"username": "<username>",
"username": "emkcommerce@gmail.com",
"password": "<password>",
"ssl": "ssl",
"fakemail": [
"noreply@example.com"
"emkcommerce@gmail.com"
]
},
"Logger": {
Expand Down Expand Up @@ -113,7 +113,7 @@
"enabledDifferential": true,
"codeCache": true,
"Contacts": [
"noreply@example.com"
"cluster.proximis@emakina.fr"
]
},
"Dev": {
Expand All @@ -138,10 +138,10 @@
}
},
"Mail": {
"defaultSender": "noreply@example.com"
"defaultSender": "cluster.proximis@emakina.fr"
},
"Notification": {
"fromEmail": "noreply@example.com"
"fromEmail": "cluster.proximis@emakina.fr"
},
"Performance": {
"HelpDesk": {
Expand Down

0 comments on commit 58fab4c

Please sign in to comment.