Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #406 from harishgilimi/patch-1
Browse files Browse the repository at this point in the history
Issue #SB-2926 feat: added documentation for channel based content fi…
  • Loading branch information
nawabahmadreshi authored May 11, 2018
2 parents 21bcd0b + d8cdd35 commit 72f190a
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,14 @@ Once you open the file, ensure you enter the following values:
...

// 7. ANDROID_APP_URL
ANDROID_APP_URL: env.sunbird_android_app_url || 'http://www.sunbird.org'
ANDROID_APP_URL: env.sunbird_android_app_url || 'http://www.sunbird.org'

//8. CONTENT CHANNEL FILTER TYPE
CONTENT_CHANNEL_FILTER_TYPE: env.sunbird_content_channel_filter_type || 'all',
This value will be 'self' to get content belongs current user channel and 'all' to get all channel contents including current
channel content
...
}
}

## Run the Application

Expand Down

0 comments on commit 72f190a

Please sign in to comment.