mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
SyncServer - cleaned up unneeded configuration
local_id is accessible by get_local_site_id, shouldnt be visible in Settings studio and local sites should be configured in Local Settings
This commit is contained in:
parent
5faf1543d7
commit
02bd357020
2 changed files with 1 additions and 22 deletions
|
|
@ -198,11 +198,10 @@
|
|||
"sync_server": {
|
||||
"enabled": true,
|
||||
"config": {
|
||||
"local_id": "local_0",
|
||||
"retry_cnt": "3",
|
||||
"loop_delay": "60",
|
||||
"active_site": "studio",
|
||||
"remote_site": "gdrive"
|
||||
"remote_site": "studio"
|
||||
},
|
||||
"sites": {
|
||||
"gdrive": {
|
||||
|
|
@ -211,20 +210,6 @@
|
|||
"root": {
|
||||
"work": ""
|
||||
}
|
||||
},
|
||||
"studio": {
|
||||
"provider": "local_drive",
|
||||
"credentials_url": "",
|
||||
"root": {
|
||||
"work": ""
|
||||
}
|
||||
},
|
||||
"local_0": {
|
||||
"provider": "local_drive",
|
||||
"credentials_url": "",
|
||||
"root": {
|
||||
"work": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,12 +17,6 @@
|
|||
"label": "Config",
|
||||
"collapsible": true,
|
||||
"children": [
|
||||
|
||||
{
|
||||
"type": "text",
|
||||
"key": "local_id",
|
||||
"label": "Local ID"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"key": "retry_cnt",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue