change posgress validation redex in posgres-strapi (#326)
This commit is contained in:
parent
f05943157c
commit
3892d19055
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue