summaryrefslogtreecommitdiff
path: root/data/config_example.pl
diff options
context:
space:
mode:
Diffstat (limited to 'data/config_example.pl')
-rw-r--r--data/config_example.pl5
1 files changed, 2 insertions, 3 deletions
diff --git a/data/config_example.pl b/data/config_example.pl
index b1e405ce..96f003fc 100644
--- a/data/config_example.pl
+++ b/data/config_example.pl
@@ -17,9 +17,8 @@ package VNDB;
%S,
url => 'http://your.site.root/',
url_static => 'http://your.static.site.root/',
- global_salt => '<some long unique string>',
- form_salt => '<another unique string>',
- scrypt_salt => '<yet another unique string>',
+ form_salt => '<some unique string>',
+ scrypt_salt => '<another unique string>',
);