Make the taiga hostname configurable.
This commit is contained in:
parent
18f8c91c12
commit
a249bc0941
2 changed files with 6 additions and 4 deletions
|
@ -158,8 +158,10 @@
|
||||||
chdir=/home/taiga/taiga-front-dist
|
chdir=/home/taiga/taiga-front-dist
|
||||||
tags: taiga
|
tags: taiga
|
||||||
|
|
||||||
- copy: src=conf.json dest=/home/taiga/taiga-front-dist/dist/js/conf.json
|
- template:
|
||||||
mode=0644 owner=taiga group=taiga
|
src=conf.json
|
||||||
|
dest=/home/taiga/taiga-front-dist/dist/js/conf.json
|
||||||
|
mode=0644 owner=taiga group=taiga
|
||||||
tags: taiga
|
tags: taiga
|
||||||
|
|
||||||
# Link our plugin pieces in place
|
# Link our plugin pieces in place
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"api": "http://taiga.cloud.fedoraproject.org/api/v1/",
|
"api": "http://{{inventory_hostname}}/api/v1/",
|
||||||
"eventsUrl": "ws://taiga.cloud.fedoraproject.org/events",
|
"eventsUrl": "ws://{{inventory_hostname}}/events",
|
||||||
"debug": true,
|
"debug": true,
|
||||||
"publicRegisterEnabled": true,
|
"publicRegisterEnabled": true,
|
||||||
"feedbackEnabled": true,
|
"feedbackEnabled": true,
|
Loading…
Add table
Add a link
Reference in a new issue