change posgress validation redex in posgres-strapi (#326)
This commit is contained in:
@@ -38,7 +38,7 @@ caproverOneClickApp:
|
|||||||
label: PostgreSQL Version
|
label: PostgreSQL Version
|
||||||
defaultValue: '9.6.20'
|
defaultValue: '9.6.20'
|
||||||
description: Check out their Docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/
|
description: Check out their Docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/
|
||||||
validRegex: /^([a-zA-Z0-9])+$/
|
validRegex: /^([^\s^\/])+$/
|
||||||
- id: $$cap_postgres_password
|
- id: $$cap_postgres_password
|
||||||
label: PostgreSQL password
|
label: PostgreSQL password
|
||||||
description: Only use alphanumeric chars.
|
description: Only use alphanumeric chars.
|
||||||
|
|||||||
Reference in New Issue
Block a user