♻️ 官方云端同步服务地址

This commit is contained in:
Liang Ding 2022-12-06 13:53:25 +08:00
parent d83ca67c9b
commit 5d15abf0be
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 5 additions and 4 deletions

View file

@ -1055,7 +1055,7 @@ func buildCloudConf() (ret *cloud.Conf, err error) {
switch Conf.Sync.Provider {
case conf.ProviderSiYuan:
ret.Endpoint = "https://siyuan-data.b3logfile.com/"
ret.Endpoint = util.SiYuanSyncServer
case conf.ProviderS3:
ret.S3 = &cloud.ConfS3{
Endpoint: Conf.Sync.S3.Endpoint,