Skip to content

Commit f74440e

Browse files
committed
Update meta input docs
1 parent c045e17 commit f74440e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

machines/create-manager.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,13 @@ module.exports = {
4646
example: '->'
4747
},
4848

49-
meta:
50-
require('../constants/meta.input')
49+
meta: {
50+
friendlyName: 'Meta (additional options)',
51+
description: 'Additional MySQL-specific options to use when connecting.',
52+
extendedDescription: 'If specified, should be a dictionary. If there is a conflict between something provided in the connection string, and something in `meta`, the connection string takes priority.',
53+
moreInfoUrl: 'https://gist.github.com/mikermcneil/46d10fd816c980cd3d9f',
54+
example: '==='
55+
}
5156

5257
},
5358

machines/get-connection.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,8 @@ module.exports = {
2222
required: true
2323
},
2424

25-
meta: {
26-
friendlyName: 'Meta (custom)',
27-
description: 'Additional MySQL-specific options to use when connecting.',
28-
extendedDescription: 'If specified, should be a dictionary. If there is a conflict between something provided in the connection string, and something in `meta`, the connection string takes priority.',
29-
moreInfoUrl: 'https://gist.github.com/mikermcneil/46d10fd816c980cd3d9f',
30-
example: '==='
31-
}
25+
meta:
26+
require('../constants/meta.input')
3227

3328
},
3429

0 commit comments

Comments
 (0)