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
|
- name: copy phabricator configuration settings
|
||||||
template: src=local.json.j2 dest={{ phabroot }}/phabricator/conf/local/local.json owner=apache group=apache mode=0644
|
template: src=local.json.j2 dest={{ phabroot }}/phabricator/conf/local/local.json owner=apache group=apache mode=0644
|
||||||
|
|
||||||
- name: generate chatbot config
|
# this isn't well supported upstream right now, disabling
|
||||||
template: src=chatbot-config.json.j2 dest={{ phabroot }}/phabricator/resources/chatbot/config.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
|
||||||
|
|
||||||
- name: upgrade phabricator storage
|
- name: upgrade phabricator storage
|
||||||
command: chdir={{ phabroot }}/phabricator bin/storage upgrade --force
|
command: chdir={{ phabroot }}/phabricator bin/storage upgrade --force
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"PhabricatorBotMacroHandler"
|
"PhabricatorBotMacroHandler"
|
||||||
],
|
],
|
||||||
|
|
||||||
"conduit.uri" : "https://phab.{{hostname}}/",
|
"conduit.uri" : "https://phab.{{ external_hostname }}/",
|
||||||
"conduit.user" : "{{ ircnick }}",
|
"conduit.user" : "{{ ircnick }}",
|
||||||
"conduit.cert" : "{{ irc_conduit_cert }}",
|
"conduit.cert" : "{{ irc_conduit_cert }}",
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"load-libraries" : [],
|
"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