add settings to get the rend

This commit is contained in:
Mhrooz 2024-08-24 16:09:12 +02:00
parent 4beba1ab24
commit 680026cb54
2 changed files with 18 additions and 1 deletions

View File

@ -15,7 +15,8 @@ class Config:
get = os.environ.get
# show generated images via preview?
USE_PREVIEW = False
# USE_PREVIEW = False
USE_PREVIEW = True
# ical_parser_test
OPENWEATHERMAP_API_KEY = get("OPENWEATHERMAP_API_KEY")

View File

@ -43,6 +43,22 @@
"padding_x": 10,"padding_y": 10,"fontsize": 14,"language": "en"
}
},
{
"position": 4,
"name": "Vikunja",
"config": {
"size": [528, 300],
"url-frontend": "http://ff.mhrooz.xyz:8077/",
"url-backend": "http://192.168.50.10:3456/api/v1/",
"username": "iicd",
"password": "9297519Mhz.",
"project_filter": ["LMU", "Master Thesis"],
"padding_x": 10,
"padding_y": 10,
"fontsize": 12,
"language": "en"
}
}
]
}