diff options
| author | voraczech <[email protected]> | 2020-12-20 15:45:38 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-20 09:45:38 -0500 |
| commit | 3892d19055575e3317fc76a76176b6c5780d59ea (patch) | |
| tree | d2954b8234de917ccaecab239ffe81428ab01a7b /public/v4/apps/strapi-postgres.yml | |
| parent | f05943157cf306e67be0157f85f98a3c94213c82 (diff) | |
| download | caprover-one-click-apps-3892d19055575e3317fc76a76176b6c5780d59ea.tar.gz caprover-one-click-apps-3892d19055575e3317fc76a76176b6c5780d59ea.zip | |
change posgress validation redex in posgres-strapi (#326)
Diffstat (limited to 'public/v4/apps/strapi-postgres.yml')
| -rw-r--r-- | public/v4/apps/strapi-postgres.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/v4/apps/strapi-postgres.yml b/public/v4/apps/strapi-postgres.yml index c7d87bf..2bf2a85 100644 --- a/public/v4/apps/strapi-postgres.yml +++ b/public/v4/apps/strapi-postgres.yml @@ -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. |
