1
0
Fork 0
mirror of https://gitlab.com/oloturia/fumcaso.git synced 2025-01-09 15:07:19 +01:00
fumcaso/config.json

24 lines
452 B
JSON
Raw Normal View History

{
"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"
}
}
}