11 lines
431 B
YAML
11 lines
431 B
YAML
application:
|
|
name: ~ # your client application name, e.g. MyFunnyMastodonScript
|
|
debug: false # debug output
|
|
|
|
# Instances to access. Please define a complete URL
|
|
instances:
|
|
default:
|
|
url: https://social.example.com # your instance URL
|
|
username: ~ # username (should be set to store access-tokens for multi-account management)
|
|
login: true # login in with an account (access token will be stored for the instance)
|