config.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. "xSize":2400,
  46. "ySize":500,
  47. "panelLength":600,
  48. "twitter": {
  49. "token": "./twitter_token",
  50. "filename": "/twitter.png",
  51. "text": "Automatic comic strip generator."
  52. },
  53. "mastodon": {
  54. "token": "./mastodon_token",
  55. "filename": "/mastodon.png",
  56. "text": "New comic"
  57. },
  58. "telegram": {
  59. "token": "./telegram_token",
  60. "filename": "/telegram.png"
  61. },
  62. "android": {
  63. "filename": "android.png"
  64. }
  65. }
  66. }