Skip to content

Commit

Permalink
update validate input and output json
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Mar 6, 2024
1 parent e093ef1 commit b319f6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
14 changes: 1 addition & 13 deletions imageroot/actions/configure-module/validate-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
{
"host": "joplin.domain.org",
"http2https": true,
"lets_encrypt": true,
"POSTGRES_DB": "joplin,m1",
"POSTGRES_USER": "mysql",
"POSTGRES_PASSWORD": "mysql"
"lets_encrypt": true
}
],
"type": "object",
Expand All @@ -34,15 +31,6 @@
"type": "boolean",
"title": "HTTP to HTTPS redirection",
"description": "Redirect all the HTTP requests to HTTPS"
},
"POSTGRES_DB": {
"type": "string"
},
"POSTGRES_USER": {
"type": "string"
},
"POSTGRES_PASSWORD": {
"type": "string"
}
}
}
14 changes: 1 addition & 13 deletions imageroot/actions/get-configuration/validate-output.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
{
"host": "joplin.domain.org",
"http2https": true,
"lets_encrypt": true,
"POSTGRES_DB": "joplin,m1",
"POSTGRES_USER": "mysql",
"POSTGRES_PASSWORD": "mysql"
"lets_encrypt": true
}
],
"type": "object",
Expand All @@ -34,15 +31,6 @@
"type": "boolean",
"title": "HTTP to HTTPS redirection",
"description": "Redirect all the HTTP requests to HTTPS"
},
"POSTGRES_DB": {
"type": "string"
},
"POSTGRES_USER": {
"type": "string"
},
"POSTGRES_PASSWORD": {
"type": "string"
}
}
}

0 comments on commit b319f6f

Please sign in to comment.