mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
🎨 开源云端同步服务实现 https://github.com/siyuan-note/siyuan/issues/6445
This commit is contained in:
parent
272db50b88
commit
a1eee0ac5c
3 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue