9 lines
173 B
TOML
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
|
|
|