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": [
{
"type": "random",
"max": 32,
"min": 8,
"label": "Activepieces postgres password.",
"min": 32,
"env_variable": "AP_POSTGRES_PASSWORD"
}
],