config.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "defaultProfile": "oloturia",
  3. "oloturia": {
  4. "saveLocation": "/var/tmp",
  5. "filename": "/image.png",
  6. "imagesLocation": "./oloturia",
  7. "csvLocation": "./oloturia",
  8. "csvTree": "ram.csv",
  9. "csvSpeech": "rtext.csv",
  10. "csvSubs": "subs.csv",
  11. "csvObj": "obj.csv",
  12. "font": "./ubuntu.ttf",
  13. "xSize":2400,
  14. "ySize":500,
  15. "panelLength":600,
  16. "twitter": {
  17. "token": "./twitter_token",
  18. "filename": "/twitter.png"
  19. },
  20. "mastodon": {
  21. "token": "./mastodon_token",
  22. "filename": "/mastodon.png"
  23. },
  24. "telegram": {
  25. "token": "./telegram_token",
  26. "filename": "/telegram.png"
  27. },
  28. "android": {
  29. "filename": "android.png"
  30. }
  31. },
  32. "oloeng": {
  33. "saveLocation": "/var/tmp",
  34. "filename": "/image.png",
  35. "imagesLocation": "./oloturia",
  36. "csvLocation": "./oloeng",
  37. "csvTree": "ram.csv",
  38. "csvSpeech": "rtext.csv",
  39. "csvSubs": "subs.csv",
  40. "csvObj": "obj.csv",
  41. "font": "./ubuntu.ttf",
  42. "xSize":2400,
  43. "ySize":500,
  44. "panelLength":600,
  45. "twitter": {
  46. "token": "./twitter_token",
  47. "filename": "/twitter.png"
  48. },
  49. "mastodon": {
  50. "token": "./mastodon_token",
  51. "filename": "/mastodon.png"
  52. },
  53. "telegram": {
  54. "token": "./telegram_token",
  55. "filename": "/telegram.png"
  56. },
  57. "android": {
  58. "filename": "android.png"
  59. }
  60. }
  61. }