summaryrefslogtreecommitdiff
path: root/lib/VNDB/Config.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNDB/Config.pm')
-rw-r--r--lib/VNDB/Config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Config.pm b/lib/VNDB/Config.pm
index 8ed858f1..d360c258 100644
--- a/lib/VNDB/Config.pm
+++ b/lib/VNDB/Config.pm
@@ -17,7 +17,7 @@ my $config = {
},
skin_default => 'angel',
- placeholder_img => 'http://s.vndb.org/s/angel/bg.jpg', # Used in the og:image meta tag
+ placeholder_img => 'https://s.vndb.org/s/angel-bg.jpg', # Used in the og:image meta tag
scrypt_args => [ 65536, 8, 1 ], # N, r, p
scrypt_salt => 'another-random-string',
form_salt => 'a-private-string-here',