diff --git a/api/configs/remote_settings_sources/apollo/client.py b/api/configs/remote_settings_sources/apollo/client.py index 664e5ac96a5c2f..d1f6781ed370dd 100644 --- a/api/configs/remote_settings_sources/apollo/client.py +++ b/api/configs/remote_settings_sources/apollo/client.py @@ -50,7 +50,7 @@ def __init__( self._no_key = {} self._hash = {} self._pull_timeout = 75 - self._cache_file_path = os.path.expanduser("~") + "/data/apollo/cache/" + self._cache_file_path = os.path.expanduser("~") + "/.dify/config/remote-settings/apollo/cache/" self._long_poll_thread = None self._change_listener = change_listener # "add" "delete" "update" if _notification_map is None: