fghaas / taiga-ansible

Ansible roles to deploy taiga.
GNU Affero General Public License v3.0
18 stars 14 forks source link

Incorrect webhook URLs #4

Closed fghaas closed 6 years ago

fghaas commented 6 years ago

Currently, if we go to a webhook configuration setting, like https://<your_Taiga_host>/project/<your_project>/admin/third-parties/gitlab, the "Payload URL" setting is incorrect. It contains http://localhost:8000 where it should instead contain the {{ taiga_frontend_host }} name.