Lightweight asynchronous communication for teams.
[mongo]
connect=mongodb://user:password@localhost/one
database=crews
[redis]
connect=redis://localhost
[oauth]
authorize=http://localhost:8443/oauth/common/authorize
token=http://localhost:8443/oauth/common/token
userinfo=http://localhost:8443/graph/me
client=client-id
secret=client-secret
scopes[]=user
[user]
handle="{{id}}"
first="{{givenName}}"
name="{{givenName}} {{surname}}"
mail="{{mail}}"