mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(distribute) add ability to import config from remote export server
This commit is contained in:
parent
b8e4f9659a
commit
2ad2fc4023
20 changed files with 856 additions and 22 deletions
31
app.json
31
app.json
|
|
@ -111,6 +111,35 @@
|
|||
"description": "confirm move",
|
||||
"value": "true",
|
||||
"required": false
|
||||
},
|
||||
"CLOUDCMD_EXPORT": {
|
||||
"description": "enable export of config through a server",
|
||||
"value": "false",
|
||||
"required": false
|
||||
},
|
||||
"CLOUDCMD_EXPORT_TOKEN": {
|
||||
"description": "authorization token used by export server",
|
||||
"value": "root",
|
||||
"required": false
|
||||
},
|
||||
"CLOUDCMD_IMPORT": {
|
||||
"description": "enable import of config",
|
||||
"value": "false",
|
||||
"required": false
|
||||
},
|
||||
"CLOUDCMD_IMPORT_TOKEN": {
|
||||
"description": "authorization token used to connect to export server",
|
||||
"value": "root",
|
||||
"required": false
|
||||
},
|
||||
"CLOUDCMD_IMPORT_URL": {
|
||||
"description": "url of an import server",
|
||||
"value": "http://localhost:8000",
|
||||
"required": false
|
||||
},
|
||||
"CLOUDCMD_IMPORT_LISTEN": {
|
||||
"description": "enable listen on config updates from import server",
|
||||
"value": "false",
|
||||
"required": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue