mirror of
https://github.com/GOSTSec/gostexplr
synced 2025-01-30 08:24:23 +00:00
add multiple statements support in db connection
This commit is contained in:
parent
7de61b0586
commit
96fa3acb2f
@ -6,6 +6,9 @@
|
||||
"database": "gedb",
|
||||
"host": "127.0.0.1",
|
||||
"dialect": "mysql",
|
||||
"dialectOptions": {
|
||||
"multipleStatements": true
|
||||
},
|
||||
"logging": false
|
||||
},
|
||||
"test": {
|
||||
@ -13,7 +16,10 @@
|
||||
"password": null,
|
||||
"database": "database_test",
|
||||
"host": "127.0.0.1",
|
||||
"dialect": "mysql"
|
||||
"dialect": "mysql",
|
||||
"dialectOptions": {
|
||||
"multipleStatements": true
|
||||
}
|
||||
},
|
||||
"production": {
|
||||
"username": "geuser",
|
||||
@ -21,6 +27,9 @@
|
||||
"database": "gedb",
|
||||
"host": "127.0.0.1",
|
||||
"dialect": "mysql",
|
||||
"dialectOptions": {
|
||||
"multipleStatements": true
|
||||
},
|
||||
"logging": false
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user