This will describe the various configuration variables you can use to customize your instance of the Apollos API.
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