This commit is contained in:
Liang Ding 2022-11-02 18:29:52 +08:00
parent 272db50b88
commit a1eee0ac5c
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 6 additions and 1 deletions

View file

@ -1035,6 +1035,9 @@ func buildCloudConf() (ret *cloud.Conf, err error) {
Bucket: Conf.Sync.OSS.Bucket,
Region: Conf.Sync.OSS.Region,
}
if conf.ProviderSiYuan == Conf.Sync.Provider {
ret.Endpoint = "https://siyuan-data.b3logfile.com/"
}
return
}