Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mail
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jean-Philippe Metivier
mail
Commits
79df1b73
Commit
79df1b73
authored
2 years ago
by
Thibaut Vallee
Browse files
Options
Downloads
Patches
Plain Diff
correctif du fichier de conf local
parent
a91ece73
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/unicaen-mail.local.php.dist
+3
-26
3 additions, 26 deletions
config/unicaen-mail.local.php.dist
with
3 additions
and
26 deletions
config/unicaen-mail.local.php.dist
+
3
−
26
View file @
79df1b73
<?php
/**
* Configuration locale du module UnicaenMail.
*/
use
UnicaenMail\Entity\Db\Mail
;
return
[
'unicaen-mail'
=>
[
/**
* Classe de entité
**/
'mail_entity_class'
=>
Mail
::
class
,
/**
* Options concernant l'envoi de mail par l'application
*/
'transport_options'
=>
[
'host'
=>
'XXX.XXX.XX'
,
'port'
=>
'XX'
,
],
/**
* Configuration locale du module UnicaenApp.
*
* If you have a ./config/autoload/ directory set up for your project,
* drop this config file in it and change the values as you wish.
*/
...
...
@@ -41,8 +18,8 @@ return [
* Options concernant l'envoi de mail par l'application
*/
'transport_options'
=>
[
'host'
=>
'
smtp.unicaen.fr
'
,
'port'
=>
25
,
'host'
=>
'
XXX.XXX.XX
'
,
'port'
=>
'XX'
,
],
/**
* Adresses des redirections si do_not_send est à true
...
...
@@ -68,7 +45,7 @@ return [
]
],
'server_url'
=>
'http://
emc2.unicaen.fr
'
,
'server_url'
=>
'http://
xxx.xxx
'
,
// 'service_manager' => [
// 'delegators' => [
// TreeRouteStack::class => [
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment