Skip to content

Commit

Permalink
update validate output
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Mar 6, 2024
1 parent 8c69e1d commit e093ef1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions imageroot/actions/get-configuration/validate-output.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Get joplin settings",
"$id": "http://nethserver.org/json-schema/task/input/joplin/get-configuration",
"description": "Get joplin settings",
"title": "Configure joplin",
"$id": "http://nethserver.org/json-schema/task/input/joplin/configure-module",
"description": "Configure joplin",
"examples": [
{
"host": "joplin.domain.org",
"http2https": true,
"lets_encrypt": true,
"POSTGRES_DB": "matomo,m1",
"POSTGRES_DB": "joplin,m1",
"POSTGRES_USER": "mysql",
"POSTGRES_PASSWORD": "mysql"
}
Expand Down

0 comments on commit e093ef1

Please sign in to comment.