Configure FMN prod to auth with nickserv
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
4ebd61389e
commit
7e4d0959dc
1 changed files with 2 additions and 2 deletions
|
@ -144,12 +144,12 @@ config = {
|
|||
"fmn.irc.network": "irc.freenode.net",
|
||||
"fmn.irc.nickname": ircnick,
|
||||
"fmn.irc.timeout": 120,
|
||||
{% if env == 'staging' %}
|
||||
"fmn.irc.port": 6697,
|
||||
"fmn.irc.use_ssl": True,
|
||||
{% if env == 'staging' %}
|
||||
"fmn.irc.nickserv_pass": "{{fedora_notifstg_freenode_pass}}",
|
||||
{% else %}
|
||||
"fmn.irc.port": 6667,
|
||||
"fmn.irc.nickserv_pass": "{{fedora_notif_freenode_pass}}",
|
||||
{% endif %}
|
||||
|
||||
# Colors:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue