Remove postgres wording from mysql resource (#964)

This commit is contained in:
Marty S
2022-11-29 10:00:38 -05:00
committed by GitHub
parent ea96fcfa7d
commit 0a73faabd2
+2 -2
View File
@@ -20,7 +20,7 @@
},
"user": {
"type": "string",
"description": "The postgres username"
"description": "The MySQL username"
},
"database": {
"type": "string",
@@ -28,7 +28,7 @@
},
"password": {
"type": "string",
"description": "The postgres users password"
"description": "The MySQL user password"
}
}
},