X-Git-Url: https://git.decadent.org.uk/gitweb/?p=memories.git;a=blobdiff_plain;f=Memories%2FConfig.pm;h=8318369d3530040c8f841b1a1365f7117b34ac8b;hp=5a42acdb86501ec4be6ec126f43b13106a960fc9;hb=55fe339f367dc5ea5d7b27694e333b0e027ff26a;hpb=74ac033edc51ec2e04329034af0bd4616694a3bc diff --git a/Memories/Config.pm b/Memories/Config.pm index 5a42acd..8318369 100644 --- a/Memories/Config.pm +++ b/Memories/Config.pm @@ -3,19 +3,19 @@ package Memories::Config; # This parameter should be the external address of your Memories # installation -Memories->config->uri_base("http://memories/"); +Memories->config->uri_base("http://localhost/memories/"); # This is where your templates will live. -Memories->config->{template_root} = "/usr/share/memories/templates/"; +Memories->config->{template_root} = "/etc/memories/templates/"; # Here is where uploaded photos will be stored. Your web server user # should own this directory. -Memories->config->{data_store} = "/srv/www/memories/store/"; +Memories->config->{data_store} = "/var/www/memories/store/"; # You also need to configure your web server so that it serves files out # of the data store; this URL should be where that data store directory # is exposed on the web. -Memories->config->{data_store_external} = "http://memories/store/"; +Memories->config->{data_store_external} = "http://localhost/memories/store/"; # Your database server: the first part should always be "dbi"; the # second, the name of the DBD driver you're using (usually mysql unless