mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-23 23:44:06 +01:00
♻️ 官方云端同步服务地址
This commit is contained in:
parent
d83ca67c9b
commit
5d15abf0be
2 changed files with 5 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue