summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/config_example.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/config_example.pl b/data/config_example.pl
index 980d997a..dd714c9c 100644
--- a/data/config_example.pl
+++ b/data/config_example.pl
@@ -10,13 +10,13 @@ package VNDB;
xml_pretty => 0,
log_queries => 0,
debug => 1,
- cookie_defaults => { path => '/' },
+ cookie_defaults => { domain => 'localhost', path => '/' },
);
%S = (
%S,
- url => 'http://your.site.root/',
- url_static => 'http://your.static.site.root/', # Can be the same as the main url
+ url => 'http://localhost:3000',
+ url_static => 'http://localhost:3000',
form_salt => '<some unique string>',
scrypt_salt => '<another unique string>',
);