playbooks/wekan/vars/default.yml

13 lines
361 B
YAML

---
http_host: "kanban.hopsngrains.com"
http_conf: "kanban.hopsngrains.com.conf"
container_name: wekan
container_image: wekanteam/wekan
db_url: mongodb://db:27017/wekan
root_url: https://kanban.hopsngrains.com
mail_url: smtp://<mail_url>:25/?ignoreTLS=true&tls={rejectUnauthorized:false}
mail_from: Wekan Notifications <noreply.wekan@kanban.hopsngrains.com>