Fix config error.

This commit is contained in:
Stavros 2023-11-11 20:14:21 +02:00
parent ded74d789e
commit da073ba78a

View File

@ -17,8 +17,8 @@
"form_fields": [ "form_fields": [
{ {
"type": "random", "type": "random",
"max": 32, "label": "Activepieces postgres password.",
"min": 8, "min": 32,
"env_variable": "AP_POSTGRES_PASSWORD" "env_variable": "AP_POSTGRES_PASSWORD"
} }
], ],