DockerERTFF/.wappler/targets/Development/databases/dbCouch.json

58 lines
1.1 KiB
JSON

{
"type": "couchdb",
"connection": {
"host": "host.docker.internal",
"port": 9913,
"user": "trainer",
"password": "sGynUdlM9cuLtUdc",
"database": "db_training"
},
"direct": true,
"databaseResource": "Local / dbCouch",
"cloudDatabaseName": "db_training",
"schema": {
"partitioned": false,
"tables": {
"da": {
"meta": [
{
"name": "_id",
"type": "objectId"
},
{
"name": "db_fullName",
"type": "text"
},
{
"name": "db_licenseNumber",
"type": "text"
},
{
"name": "db_employeeID",
"type": "text"
}
]
},
"ert": {
"meta": [
{
"name": "_id",
"type": "objectId"
},
{
"name": "docPDF",
"type": "file"
}
],
"status": {
"modified": true
},
"db_edits": {
"name": "daData"
}
}
},
"views": {}
}
}