From fe407fe3ec01deba81a6eee896699c65a0566426 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Wed, 6 Dec 2017 21:16:19 +0100 Subject: Add instructions for running VNDB as standalone web server --- data/config_example.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data/config_example.pl') 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 => '', scrypt_salt => '', ); -- cgit v1.2.3