4th_fix time error
This commit is contained in:
@@ -58,7 +58,7 @@ class Config:
|
||||
CELERY_RESULT_SERIALIZER = 'json'
|
||||
CELERY_ACCEPT_CONTENT = ['json']
|
||||
CELERY_TIMEZONE = 'Asia/Taipei'
|
||||
CELERY_ENABLE_UTC = True
|
||||
CELERY_ENABLE_UTC = False # 改為 False,讓 Celery 使用本地時區
|
||||
|
||||
# LDAP 配置
|
||||
LDAP_SERVER = os.environ.get('LDAP_SERVER')
|
||||
|
Reference in New Issue
Block a user