Skip to content

Commit

Permalink
Change AM profile to role
Browse files Browse the repository at this point in the history
  • Loading branch information
masogit committed Dec 2, 2016
1 parent be624c7 commit b44e863
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/start/configuration.md
Expand Up @@ -48,15 +48,15 @@ AM Browser has 3 user roles configured in the `am-browser-config.properties` fil
```
[user]
admin = @admin
power = <AM user profile>, <AM user profile>
power = <AM user role1>, <AM user role2>
guest = @anyone
```

`@admin` stands for users who have AM administration rights. **In this version of AM Browser, AM Browser Admin can only be @admin.**

`@anyone` stands for all AM users including the guest users.

You can assign one or several AM user profiles to `power` or `guest`, for example, SAM_Manager, Finance_manager.
You can assign one or several AM user roles to `power` or `guest`, for example, SAM_Manager, Finance_manager.

### Slack

Expand Down Expand Up @@ -114,4 +114,4 @@ AMB_JWT_MAX_AGE | rest.jwt_max_age | (minutes)
AMB_NODE_DEBUG | node.is_debug | `true` or `false`
AMB_NODE_CSRF | node.enable_csrf | `true` or `false`

> Setting `NODE_ENV=production` will significantly improve the performance of the AM Browser Service.
> Setting `NODE_ENV=production` will significantly improve the performance of the AM Browser Service.

0 comments on commit b44e863

Please sign in to comment.