murattkoc commented on issue #38178:
URL: https://github.com/apache/superset/issues/38178#issuecomment-3942897342
import os
SUPERSET_DEFAULT_TIMEZONE = "Europe/Istanbul"
BABEL_DEFAULT_LOCALE = "tr"
LANGUAGES = {
"en": {"flag": "us", "name": "English"},
"tr": {"flag": "tr", "name": "Turkish"},
}
BABEL_TRANSLATION_DIRECTORIES = "/app/superset/translations"
FEATURE_FLAGS = {
"ALERT_REPORTS": True,
}
import json
CELERY_TIMEZONE = "Europe/Istanbul"
CELERY_ENABLE_UTC = False
# Raporların içindeki linklerin doğru çalışması için
WEBDRIVER_BASEURL = "http://superset:8088/"
WEBDRIVER_TYPE = "chrome"
WEBDRIVER_OPTION_ARGS = [
"--headless",
"--no-sandbox",
"--disable-dev-shm-usage",
"--disable-gpu",
"--window-size=1200,800"
]
THUMBNAIL_SELENIUM_USER = "admin"
APP_ICON_WIDTH = 500
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]