config.json 452 B

1234567891011121314151617181920212223
  1. {
  2. "defaultProfile": "oloturia",
  3. "oloturia": {
  4. "saveLocation": "/var/tmp",
  5. "filename": "/image.png",
  6. "imagesLocation": "./oloturia",
  7. "csvLocation": "./oloturia",
  8. "font": "./ubuntu.ttf",
  9. "twitter": {
  10. "token": "./twitter_token",
  11. "filename": "/twitter.png"
  12. },
  13. "mastodon": {
  14. "token": "./mastodon_token",
  15. "filename": "/mastodon.png"
  16. },
  17. "telegram": {
  18. "token": "./telegram_token",
  19. "filename": "/telegram.png"
  20. }
  21. }
  22. }