summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
authorflan <flan@flande.re>2017-01-16 00:33:31 +0100
committerYorhel <git@yorhel.nl>2017-01-19 08:48:19 +0100
commite868c1f2d95b7701cb08b08f9d01e9a5b74079e8 (patch)
tree6dd787c69086b19be965beebc41479a6e415708b /data/global.pl
parent73b51ebe80c6edc4c89514fc4217fd30fd2d8ad4 (diff)
Add Open Graph tags for the main page and vrspc
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/global.pl b/data/global.pl
index 3b620733..0ca96d07 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -32,6 +32,7 @@ our %S;
url => 'http://vndb.org', # Only used by Multi, web pages infer their own address
url_static => 'http://s.vndb.org',
skin_default => 'angel',
+ placeholder_img => 'http://s.vndb.org/s/angel/bg.jpg', # Used in the og:image meta tag
form_salt => 'a-private-string-here',
scrypt_args => [ 65536, 8, 1 ], # N, r, p
scrypt_salt => 'another-random-string',