change posgress validation redex in posgres-strapi (#326)

This commit is contained in:
voraczech 2020-12-20 15:45:38 +01:00 committed by GitHub
parent f05943157c
commit 3892d19055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ caproverOneClickApp:
label: PostgreSQL Version
defaultValue: '9.6.20'
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
label: PostgreSQL password
description: Only use alphanumeric chars.