Skip to content

Commit

Permalink
Merge pull request #2 from kemboi22/main
Browse files Browse the repository at this point in the history
Added Configuration Validation Properties
  • Loading branch information
compgeniuses authored Jan 20, 2024
2 parents a1bda59 + 159d45c commit c80cf48
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions imageroot/actions/configure-module/validate-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,21 @@
"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"
},
"POSTGRES_NON_ROOT_USER": {
"type": "string"
},
"POSTGRES_NON_ROOT_PASSWORD": {
"type": "string"
}
}
}

0 comments on commit c80cf48

Please sign in to comment.