Skip to content

Commit

Permalink
Fix the case for useWhitelistOnRepurpose configuration in dev_base.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Richard committed Aug 27, 2015
1 parent f072141 commit 618f85c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions conf/dev_base.conf
Expand Up @@ -15,7 +15,7 @@ crypto.key="lkkajsdlkajsdlkajsdlkajsdlkajsdlkajsdlkajsdlkajsdlkajsdlkajsdla"
features {
encryptedTags = [ SYSTEM_PASSWORD, LOCATION ]
noLogPurges = []
useWhiteListOnRepurpose = false
useWhitelistOnRepurpose = false
keepSomeMetaOnRepurpose = [ 'attr1', 'attr2' ]
deleteSomeMetaOnRepurpose = [ 'attr4', 'attr3' ]
# default values below
Expand All @@ -32,13 +32,13 @@ views {
title = "Giphy"
style = "width: 100%;height: 1200px;"
script = """
function isEnabled(asset) {
return true;
function isEnabled(asset) {
return true;
}
function getUrl(asset) {

function getUrl(asset) {
return "http://giphy.com/search/tumblr-feat";
}
}
"""
}
}
Expand Down

0 comments on commit 618f85c

Please sign in to comment.