1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00

Fix postgres integration schema credentials

This commit is contained in:
Andrew Kingston 2021-01-20 13:23:06 +00:00
parent be192704ae
commit 4381fb2748

View file

@ -18,7 +18,7 @@ const SCHEMA = {
default: "postgres",
required: true,
},
username: {
user: {
type: "string",
default: "root",
required: true,