config.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "defaultProfile": "oloturia",
  3. "mastodonListenerToken": "./mastodon_listener_token",
  4. "oloturia": {
  5. "saveLocation": "/var/tmp",
  6. "filename": "/image.png",
  7. "imagesLocation": "./oloturia",
  8. "csvLocation": "./oloturia",
  9. "csvTree": "ram.csv",
  10. "csvSpeech": "rtext.csv",
  11. "csvSubs": "subs.csv",
  12. "csvObj": "obj.csv",
  13. "font": "./ubuntu.ttf",
  14. "fontSize": 22,
  15. "xSize":2400,
  16. "ySize":500,
  17. "panelLength":600,
  18. "twitter": {
  19. "token": "./twitter_token",
  20. "filename": "/twitter.png",
  21. "text": "Generatore automatico di strip. Striscia di oggi."
  22. },
  23. "mastodon": {
  24. "token": "./mastodon_token",
  25. "filename": "/mastodon.png",
  26. "text": "Nuova striscia"
  27. },
  28. "telegram": {
  29. "token": "./telegram_token",
  30. "filename": "/telegram.png"
  31. },
  32. "android": {
  33. "filename": "android.png"
  34. }
  35. },
  36. "oloeng": {
  37. "saveLocation": "/var/tmp",
  38. "filename": "/image.png",
  39. "imagesLocation": "./oloturia",
  40. "csvLocation": "./oloeng",
  41. "csvTree": "ram.csv",
  42. "csvSpeech": "rtext.csv",
  43. "csvSubs": "subs.csv",
  44. "csvObj": "obj.csv",
  45. "font": "./ubuntu.ttf",
  46. "fontSize": 22,
  47. "xSize":2400,
  48. "ySize":500,
  49. "panelLength":600,
  50. "twitter": {
  51. "token": "./twitter_token",
  52. "filename": "/twitter.png",
  53. "text": "Automatic comic strip generator."
  54. },
  55. "mastodon": {
  56. "token": "./mastodon_token",
  57. "filename": "/mastodon.png",
  58. "text": "New comic"
  59. },
  60. "telegram": {
  61. "token": "./telegram_token",
  62. "filename": "/telegram.png"
  63. },
  64. "android": {
  65. "filename": "android.png"
  66. }
  67. },
  68. "olofra": {
  69. "saveLocation": "/var/tmp",
  70. "filename": "/image.png",
  71. "imagesLocation": "./oloturia",
  72. "csvLocation": "./olofra",
  73. "csvTree": "ram.csv",
  74. "csvSpeech": "rtext.csv",
  75. "csvSubs": "subs.csv",
  76. "csvObj": "obj.csv",
  77. "font": "./ubuntu.ttf",
  78. "fontSize": 22,
  79. "xSize":2400,
  80. "ySize":500,
  81. "panelLength":600,
  82. "twitter": {
  83. "token": "./twitter_token",
  84. "filename": "/twitter.png",
  85. "text": "Automatic comic strip generator."
  86. },
  87. "mastodon": {
  88. "token": "./mastodon_token",
  89. "filename": "/mastodon.png",
  90. "text": "New comic"
  91. },
  92. "telegram": {
  93. "token": "./telegram_token",
  94. "filename": "/telegram.png"
  95. },
  96. "android": {
  97. "filename": "android.png"
  98. }
  99. }
  100. }