[cli] log_file = "wallabag-cli.log" # Valid levels are "off", "error", "warn", "info", "debug", and "trace". # Everything at and below the given level will be output in the log. # Case insensitive. log_level = "debug" [backend] db_file = "db.sqlite3" # using head -c -1 to remove trailing newline client_id = { cmd = ["head", "-c", "-1", ".env.clientid"] } client_secret = { cmd = ["head", "-c", "-1", ".env.clientsecret"] } username = "testbot47353" password = { cmd = ["head", "-c", "-1", ".env.password"] } base_url = "https://framabag.org" # without trailing slash for now otherwise error