Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
Disable the remoting for base User
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Feng committed Apr 13, 2015
1 parent 7b0e0d2 commit 589f885
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/model-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
]
},
"User": {
"dataSource": "db"
"dataSource": "db",
"public": false
},
"AccessToken": {
"dataSource": "db",
Expand Down

0 comments on commit 589f885

Please sign in to comment.