Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 533 Bytes

CONFIG.md

File metadata and controls

23 lines (17 loc) · 533 Bytes

Apollos Server Configuration

This will describe the various configuration variables you can use to customize your instance of the Apollos API.

Suggested Follows

SUGGESTED_FOLLOWS - Users that will be suggested to follow for everyone (or under certain conditions). Is an array of either strings or objects in the form:

{
  email: <user account email>
  campusId: <Rock campus guid>
}

Example yaml:

SUGGESTED_FOLLOWS:
  - [email protected]
  - email: [email protected]
    campusId: 123123-123123-123123