This repository has been archived on 2023-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
fediverse-imagebot/config.sample.jsonc

8 lines
396 B
Plaintext

// This is just a mock of what the config should look like
// Run yarn build && yarn gen-token to generate the configuration.
{
"instance": "INSTANCE_URL", // example https://test.com
"type": "INSTANCE_TYPE", // examples: "mastodon", "misskey", "pleroma"
"accessToken": "ACCESS_TOKEN",
"refreshToken": "REFRESH_TOKEN" // This can be left blank, as it is currently not used for anything.
}