-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatabase.json.default
More file actions
34 lines (34 loc) · 925 Bytes
/
Copy pathdatabase.json.default
File metadata and controls
34 lines (34 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"dev": {
"driver": "mysql",
"altDriver": "mariadb",
"host": "localhost",
"user": "root",
"password": "root",
"database": "test",
"multiStatements": true,
"template": "db-migrate",
"filestring": "%action%_%filename%.js",
"primary": true,
"beautifier": "js-beautify",
"beautifier_options":
{
"indent_size": 4,
"indent_char": " ",
"indent_with_tabs": false,
"preserve_newlines": true,
"max_preserve_newlines": 10,
"space_in_paren": true,
"e4x": false,
"jslint_happy": true,
"brace_style": "expand",
"keep_array_indentation": false,
"keep_function_indentation": false,
"eval_code": false,
"unescape_strings": false,
"wrap_line_length": 0,
"break_chained_methods": false
},
"db_persist": false
}
}