configuration.md
changeset 139 c37290be4deb
parent 137 8fdaf5e1f8fc
child 142 b0d55f7fddeb
equal deleted inserted replaced
138:04cc4b4f8862 139:c37290be4deb
    60 ------ | -----------
    60 ------ | -----------
    61 `instance`  | Name of the Mastodon instance (e.g. 'mastodon.social')
    61 `instance`  | Name of the Mastodon instance (e.g. 'mastodon.social')
    62 `app_id`    | Application ID (generated by madonctl)
    62 `app_id`    | Application ID (generated by madonctl)
    63 `app_secret`| Application secret (generated by madonctl)
    63 `app_secret`| Application secret (generated by madonctl)
    64 `token`     | User Mastodon token (generated at login time)
    64 `token`     | User Mastodon token (generated at login time)
    65 `login`     | User login (email) - optional
    65 `login`     | User login (email)
    66 `password`  | User password - optional
    66 `password`  | User password
    67 `safe_mode` | If set to `true`, the configuration cannot be dumped with *config dump*
    67 `safe_mode` | If set to *true*, the configuration cannot be dumped with *config dump*
    68 `default_output`     | Default output format; one of plain, yaml, json or theme
    68 `default_output`     | Default output format; one of plain, yaml, json or theme
    69 `template_directory` | The local directory where templates and themes are installed
    69 `template_directory` | The local directory where templates and themes are installed
    70 `default_theme`      | Default theme name (e.g. *ansi*)
    70 `default_theme`      | Default theme name (e.g. *ansi*)
    71 `color`              | Default color setting (on, off, auto)
    71 `color`              | Default color setting (on, off, auto)
    72 `verbose`            | Set to true for verbose mode
    72 `verbose`            | Set to *true* for verbose mode
       
    73 
       
    74 Note that if a token is set, the login and the password are not necessary.\
       
    75 It is recommended to reuse the same token (and it will be faster).