mirror of
https://gitlab.com/oloturia/fumcaso.git
synced 2025-01-08 22:47:17 +01:00
23 lines
452 B
JSON
23 lines
452 B
JSON
{
|
|
"defaultProfile": "oloturia",
|
|
|
|
"oloturia": {
|
|
"saveLocation": "/var/tmp",
|
|
"filename": "/image.png",
|
|
"imagesLocation": "./oloturia",
|
|
"csvLocation": "./oloturia",
|
|
"font": "./ubuntu.ttf",
|
|
"twitter": {
|
|
"token": "./twitter_token",
|
|
"filename": "/twitter.png"
|
|
},
|
|
"mastodon": {
|
|
"token": "./mastodon_token",
|
|
"filename": "/mastodon.png"
|
|
},
|
|
"telegram": {
|
|
"token": "./telegram_token",
|
|
"filename": "/telegram.png"
|
|
}
|
|
}
|
|
}
|