'seafile_sync/config.yaml' updaten
This commit is contained in:
parent
efa0c18d20
commit
e8d6853742
1 changed files with 6 additions and 1 deletions
|
@ -7,8 +7,13 @@ arch:
|
|||
- amd64
|
||||
map:
|
||||
- "config:ro"
|
||||
options:
|
||||
SEAF_SERVER_URL: https://example.com
|
||||
SEAF_USERNAME: name of user
|
||||
SEAF_PASSWORD: 1234
|
||||
SEAF_LIBRARY_UUID: 0000
|
||||
schema:
|
||||
SEAF_SERVER_URL: str
|
||||
SEAF_SERVER_URL: url
|
||||
SEAF_USERNAME: str
|
||||
SEAF_PASSWORD: password
|
||||
SEAF_LIBRARY_UUID: str
|
||||
|
|
Loading…
Reference in a new issue