add settings to get the rend
This commit is contained in:
parent
4beba1ab24
commit
680026cb54
@ -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")
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user