adapter{(DS.Adapter|String)}
Defined in addon/-private/system/store.js:233
The adapter to use to communicate to a backend server or other persistence layer. This can be specified as an instance, class, or string. If you want to specify app/adapters/custom.js as a string, do: adapter: 'custom'
Default: DS.JSONAPIAdapter