Files
trygo-py-cliclient/config.toml
Deepak Mallubhotla 8be5b5f1c8
Some checks failed
Nix Tests / nix-test (nix-runner) (push) Failing after 3m35s
Python Tests / python-test (push) Failing after 52s
cli to view workouts
2025-11-01 23:38:19 -05:00

9 lines
173 B
TOML

[general_config]
backend_base_url = "http://localhost:8080"
backend_user = "test@example.com"
backend_pw = "test"
log_file = "local/logs/taiga_cli.log"
log_stream = false