mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-25 18:22:48 +00:00
Update seahub_settings_py.md
This commit is contained in:
parent
04c38e6a67
commit
9ebc83b936
|
|
@ -266,11 +266,11 @@ OCM_PROVIDER_ID = '71687320-6219-47af-82f3-32012707a5ae' # server unique id
|
|||
OCM_REMOTE_SERVERS = [
|
||||
{
|
||||
"server_name": "dev",
|
||||
"server_url": "https://dev.seafile.com/seahub/", # should ends with '/'
|
||||
"server_url": "https://seafile-domain-1/", # should ends with '/'
|
||||
},
|
||||
{
|
||||
"server_name": "download",
|
||||
"server_url": "https://download.seafile.com/", # should ends with '/'
|
||||
"server_url": "https://seafile-domain-2/", # should ends with '/'
|
||||
},
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue