config.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. "text": "Generatore automatico di strip. Striscia di oggi."
  20. },
  21. "mastodon": {
  22. "token": "./mastodon_token",
  23. "filename": "/mastodon.png",
  24. "text": "Nuova striscia"
  25. },
  26. "telegram": {
  27. "token": "./telegram_token",
  28. "filename": "/telegram.png"
  29. },
  30. "android": {
  31. "filename": "android.png"
  32. }
  33. },
  34. "oloeng": {
  35. "saveLocation": "/var/tmp",
  36. "filename": "/image.png",
  37. "imagesLocation": "./oloturia",
  38. "csvLocation": "./oloeng",
  39. "csvTree": "ram.csv",
  40. "csvSpeech": "rtext.csv",
  41. "csvSubs": "subs.csv",
  42. "csvObj": "obj.csv",
  43. "font": "./ubuntu.ttf",
  44. "xSize":2400,
  45. "ySize":500,
  46. "panelLength":600,
  47. "twitter": {
  48. "token": "./twitter_token",
  49. "filename": "/twitter.png",
  50. "text": "Automatic comic strip generator."
  51. },
  52. "mastodon": {
  53. "token": "./mastodon_token",
  54. "filename": "/mastodon.png",
  55. "text": "New comic"
  56. },
  57. "telegram": {
  58. "token": "./telegram_token",
  59. "filename": "/telegram.png"
  60. },
  61. "android": {
  62. "filename": "android.png"
  63. }
  64. }
  65. }