fixing more var names, disabling chat log for noww
This commit is contained in:
parent
7448986cd5
commit
c4d9164aff
3 changed files with 9 additions and 8 deletions
|
@ -61,8 +61,9 @@
|
|||
- name: copy phabricator configuration settings
|
||||
template: src=local.json.j2 dest={{ phabroot }}/phabricator/conf/local/local.json owner=apache group=apache mode=0644
|
||||
|
||||
- name: generate chatbot config
|
||||
template: src=chatbot-config.json.j2 dest={{ phabroot }}/phabricator/resources/chatbot/config.json owner=apache group=apache mode=0644
|
||||
# this isn't well supported upstream right now, disabling
|
||||
#- name: generate chatbot config
|
||||
# template: src=chatbot-config.json.j2 dest={{ phabroot }}/phabricator/resources/chatbot/config.json owner=apache group=apache mode=0644
|
||||
|
||||
- name: upgrade phabricator storage
|
||||
command: chdir={{ phabroot }}/phabricator bin/storage upgrade --force
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"server" : "irc.freenode.net",
|
||||
"port" : 6667,
|
||||
"nick" : "{{ircnick}}",
|
||||
"nickpass" : "{{ircnickpass}}",
|
||||
"nick" : "{{ ircnick }}",
|
||||
"nickpass" : "{{ ircnickpass }}",
|
||||
"join" : [
|
||||
"#fedora-qa-devel"
|
||||
],
|
||||
|
@ -15,9 +15,9 @@
|
|||
"PhabricatorBotMacroHandler"
|
||||
],
|
||||
|
||||
"conduit.uri" : "https://phab.{{hostname}}/",
|
||||
"conduit.user" : "{{ircnick}}",
|
||||
"conduit.cert" : "{{irc_conduit_cert}}",
|
||||
"conduit.uri" : "https://phab.{{ external_hostname }}/",
|
||||
"conduit.user" : "{{ ircnick }}",
|
||||
"conduit.cert" : "{{ irc_conduit_cert }}",
|
||||
|
||||
"macro.size" : 48,
|
||||
"macro.aspect" : 0.66,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"load-libraries" : [],
|
||||
"phabricator.base-uri" : "https:\/\/phab.{{ hostname }}\/"
|
||||
"phabricator.base-uri" : "https:\/\/phab.{{ external_hostname }}\/"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue