2018-05-20 05:08:44 +00:00
|
|
|
{
|
2018-07-16 08:04:32 +00:00
|
|
|
"waterline": {
|
|
|
|
"models": {
|
|
|
|
"invite": {
|
|
|
|
"attributes": {
|
|
|
|
"server": {
|
|
|
|
"type": "string",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
"room": {
|
|
|
|
"type": "string",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
"password": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"owner": {
|
|
|
|
"type": "string",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
"code": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"fullUrl": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"defaultModelSettings": {
|
|
|
|
"primaryKey": "id",
|
|
|
|
"datastore": "defaults",
|
2018-05-20 05:08:44 +00:00
|
|
|
"attributes": {
|
2018-07-16 08:04:32 +00:00
|
|
|
"id": {
|
|
|
|
"type": "number",
|
|
|
|
"autoMigrations": {
|
|
|
|
"autoIncrement": true
|
|
|
|
}
|
2018-05-20 05:08:44 +00:00
|
|
|
}
|
|
|
|
}
|
2018-07-16 08:04:32 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"database": {
|
|
|
|
"datastores": {
|
|
|
|
"defaults": {
|
|
|
|
"adapter": "sails-disk",
|
|
|
|
"filePath": "./"
|
2018-05-20 05:08:44 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|