16 lines
347 B
JSON
16 lines
347 B
JSON
{
|
|
"name": "DB",
|
|
"module": "dbconnector",
|
|
"action": "connect",
|
|
"options": {
|
|
"client": "sqlite3",
|
|
"connection": {
|
|
"filename": "/public/ERTSQlite.db"
|
|
},
|
|
"tz": "utc",
|
|
"meta": {}
|
|
},
|
|
"fileName": "DB.json",
|
|
"actionFilePath": "file:///Z:/temp/ERTFastFiller/app/modules/connections/DB.json",
|
|
"serverType": "node"
|
|
} |