8 lines
146 B
Plaintext
Raw Normal View History

{
"connection": "<%= connection %>",
2017-08-11 18:23:19 +02:00
"collectionName": "<%= collectionName || idPluralized %>",
"attributes": {
<%= attributes %>
}
}