Skip to content

Commit

Permalink
Update cloud.yaml
Browse files Browse the repository at this point in the history
update min number of days to start showing ads (for testing purposes)
  • Loading branch information
atavism authored Mar 2, 2018
1 parent a18cd45 commit cc77aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/github.com/getlantern/flashlight/genconfig/cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ reportissueemail: report-issue@getlantern.org
adsettings:
provider: admob
showads: true # global flag whether to show ads at all
mindaysshowads: 1
maxdaysshowads: 5
mindaysshowads: 0
maxdaysshowads: 1
percentage: 0.1 # show ads % of the time
regionsenabled:
fa_IR: true
Expand Down

0 comments on commit cc77aba

Please sign in to comment.