Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
Nounous
Ansible
Commits
ed2e1f08
Commit
ed2e1f08
authored
3 years ago
by
shirenn
🌊
Browse files
Options
Downloads
Patches
Plain Diff
[framadate] VICTOIRE
parent
5e0498e5
No related branches found
No related tags found
1 merge request
!300
[framadate] VICTOIRE
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
group_vars/framadate.yml
+1
-1
1 addition, 1 deletion
group_vars/framadate.yml
roles/framadate/templates/framadate/app/inc/config.php.j2
+1
-1
1 addition, 1 deletion
roles/framadate/templates/framadate/app/inc/config.php.j2
with
2 additions
and
2 deletions
group_vars/framadate.yml
+
1
−
1
View file @
ed2e1f08
glob_framadate
:
contact
:
contact@crans.org
automatic_response
:
no-reply@crans.org
smtp_server
:
smtp.crans.org
smtp_server
:
smtp.
adm.
crans.org
hostname
:
framadate.crans.org
repo
:
https://framagit.org/framasoft/framadate/framadate.git
version
:
"
1.1.16"
...
...
This diff is collapsed.
Click to expand it.
roles/framadate/templates/framadate/app/inc/config.php.j2
+
1
−
1
View file @
ed2e1f08
...
...
@@ -92,7 +92,7 @@ $config = [
/* general config */
'use_smtp'
=>
true
,
// use email for polls creation/modification/responses notification
'smtp_options'
=>
[
'host'
=>
'{{ glob_framadate.smtp_server }}'
,
// SMTP server (you could add many servers (main and backup for example) : use ";" like separator
'host'
=>
'{{ glob_framadate.smtp_server }}'
,
// SMTP server (you could add many servers (main and backup for example) : use ";" like separator
'auth'
=>
false
,
// Enable SMTP authentication
'username'
=>
''
,
// SMTP username
'password'
=>
''
,
// SMTP password
...
...
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