1
0
Fork 0
mirror of https://gitlab.com/oloturia/fumcaso.git synced 2024-11-01 01:38:16 +01:00
fumcaso/config.json
2022-04-27 17:12:37 +02:00

105 lines
2.3 KiB
JSON

{
"defaultProfile": "oloturia",
"defaultMastodonToken": "./mastodon_token",
"defaultTelegramToken": "./telegram_token",
"defaultTwitterToken": "./twitter_token",
"oloturia": {
"saveLocation": "/var/tmp",
"filename": "/image.png",
"imagesLocation": "./oloturia",
"csvLocation": "./oloturia",
"csvTree": "ram.csv",
"csvSpeech": "rtext.csv",
"csvSubs": "subs.csv",
"csvObj": "obj.csv",
"font": "./ubuntu.ttf",
"fontSize": 22,
"xSize":2400,
"ySize":500,
"panelLength":600,
"twitter": {
"token": "./twitter_token",
"filename": "/twitter.png",
"text": "Generatore automatico di strip. Striscia di oggi."
},
"mastodon": {
"token": "./mastodon_token",
"filename": "/mastodon.png",
"text": "Nuova striscia"
},
"telegram": {
"token": "./telegram_token",
"filename": "/telegram.png"
},
"android": {
"filename": "android.png"
}
},
"oloeng": {
"saveLocation": "/var/tmp",
"filename": "/image.png",
"imagesLocation": "./oloturia",
"csvLocation": "./oloeng",
"csvTree": "ram.csv",
"csvSpeech": "rtext.csv",
"csvSubs": "subs.csv",
"csvObj": "obj.csv",
"font": "./ubuntu.ttf",
"fontSize": 22,
"xSize":2400,
"ySize":500,
"panelLength":600,
"twitter": {
"token": "./twitter_token",
"filename": "/twitter.png",
"text": "Automatic comic strip generator."
},
"mastodon": {
"token": "./mastodon_token",
"filename": "/mastodon.png",
"text": "New comic"
},
"telegram": {
"token": "./telegram_token",
"filename": "/telegram.png"
},
"android": {
"filename": "android.png"
}
},
"olofra": {
"saveLocation": "/var/tmp",
"filename": "/image.png",
"imagesLocation": "./oloturia",
"csvLocation": "./olofra",
"csvTree": "ram.csv",
"csvSpeech": "rtext.csv",
"csvSubs": "subs.csv",
"csvObj": "obj.csv",
"font": "./ubuntu.ttf",
"fontSize": 22,
"xSize":2400,
"ySize":500,
"panelLength":600,
"twitter": {
"token": "./twitter_token",
"filename": "/twitter.png",
"text": "Automatic comic strip generator."
},
"mastodon": {
"token": "./mastodon_token",
"filename": "/mastodon.png",
"text": "New comic"
},
"telegram": {
"token": "./telegram_token",
"filename": "/telegram.png"
},
"android": {
"filename": "android.png"
}
}
}