8 lines
No EOL
396 B
Text
8 lines
No EOL
396 B
Text
// 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.
|
|
} |