Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed link to user.sbvr in docs/ProjectConfig.md #205

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/ProjectConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Permissions currently work by having a name which defines what the permission co
All users (including ones who are not logged in) automatically gain any permissions assigned to the account named "guest". You can create this user in the `config.json` as shown in the example above.

### Model
The SBVR model for users can be found at [/src/server/src/sbvr-api/user.sbvr](https://github.com/resin-io/pinejs/blob/master/src/server/src/sbvr-api/user.sbvr)
The SBVR model for users can be found at [/src/sbvr-api/user.sbvr](https://github.com/resin-io/pinejs/blob/master/src/sbvr-api/user.sbvr)

### Exposing the OData API
To expose the user model over the OData API, use the following in your custom server code:
Expand Down Expand Up @@ -90,4 +90,4 @@ PostgresSQL:

```coffee
postgres://postgres:.@localhost:5432/postgres
```
```