We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492542c commit 3d35cf2Copy full SHA for 3d35cf2
bin/lib/objects/Images.py
@@ -24,6 +24,7 @@
24
# r_cache = config_loader.get_redis_conn("Redis_Cache")
25
r_serv_metadata = config_loader.get_db_conn("Kvrocks_Objects")
26
IMAGE_FOLDER = config_loader.get_files_directory('images')
27
+baseurl = config_loader.get_config_str("Notifications", "ail_domain")
28
config_loader = None
29
30
bin/lib/objects/Screenshots.py
SCREENSHOT_FOLDER = config_loader.get_files_directory('screenshot')
0 commit comments