taiga-printable-importer/config.ini
sqozz 55c15da039 Add webserver capabilities
This enables the script to be either used interactively or from outside
services (e.g. userscripts).
2023-02-27 15:57:58 +01:00

16 lines
282 B
INI

[taiga]
url = https://taiga.example.com
username = taigauser@example.com
password = mysupersecretpassword
project_slug = 3d-printing
userstory_use_custom_field = True
userstory_custom_field_name = Platform link
initial_task_status = New
[webserver]
host = localhost
port = 9080