config.json 2.1 KB

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