Sha256: 5ee7c393f2996d484b32eb98fc84157ed389387f042d0c573a15f82324a8bc11
Contents?: true
Size: 1.67 KB
Versions: 9
Compression:
Stored size: 1.67 KB
Contents
platform: 'apple' appStoreConnectP8PrivateKeyFilePath: '' # APPLE STORE CONNECT API PRIVATE .p8 KEY File Path appStoreConnectP8PrivateKeyID: '' # APPLE STORE CONNECT API PRIVATE KEY ID appStoreConnectIssueID: '' # APPLE STORE CONNECT ISSUE ID appID: '' # APP ID processors: - FilterProcessor: class: "FilterProcessor" enable: true # enable keywordsInclude: [] # keywords you want to filter out ratingsInclude: [] # ratings you want to filter out territoriesInclude: [] # territories you want to filter out - GoogleTranslateProcessor: # Google Translate Processor, will translate review text to your language, you can remove whole block if you don't needed it. class: "GoogleTranslateProcessor" enable: false # enable googleTranslateAPIKeyFilePath: '' # Google Translate API Credential .json File Path googleTranslateTargetLang: 'zh-TW' # Translate to what Language googleTranslateTerritoriesExclude: ["TWN","CHN"] # Review origin Territory that you don't want to translate. - SlackProcessor: # Slack Processor, resend App Review to Slack. class: "SlackProcessor" enable: true # enable slackTimeZoneOffset: "+08:00" # Review Created Date TimeZone slackAttachmentGroupByNumber: "1" # 1~100, how many review message in 1 slack message. slackBotToken: "" # Slack Bot Token, send slack message throught Slack Bot. slackBotTargetChannel: "" # Slack Bot Token, send slack message throught Slack Bot. (recommended, first priority) slackInCommingWebHookURL: "" # Slack In-Comming WebHook URL, Send slack message throught In-Comming WebHook, not recommended, deprecated.
Version data entries
9 entries across 9 versions & 1 rubygems