Github bot : json sorted

This commit is contained in:
github-actions
2022-05-15 00:29:27 +00:00
parent 2bcb27d63c
commit e54b9dc20d
4 changed files with 9 additions and 10 deletions

View File

@@ -58,11 +58,11 @@
"ORIGINALS_PATH": "/share/photoprism/originals",
"STORAGE_PATH": "/share/photoprism/storage",
"UPLOAD_NSFW": "true",
"certfile": "fullchain.pem",
"cifspassword": "password",
"cifsusername": "username",
"networkdisks": "//server/share",
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"networkdisks": "//server/share",
"ssl": false
},
"ports": {
@@ -83,13 +83,13 @@
"ORIGINALS_PATH": "str",
"STORAGE_PATH": "str",
"UPLOAD_NSFW": "bool",
"certfile": "str",
"cifspassword": "str?",
"cifsusername": "str?",
"keyfile": "str",
"localdisks": "str?",
"networkdisks": "str?",
"ssl": "bool",
"certfile": "str",
"keyfile": "str"
"ssl": "bool"
},
"services": [
"mysql:want"